Bump version and update Changes
[text-levenshtein-edlib.git] / lib / Text / Levenshtein / Edlib.pm
index 8dd4146aaae4fd42408dcd891e535574f5bd3773..1c21ddf23bbea2288323ac14e756bbdbad6ef9e3 100644 (file)
@@ -27,7 +27,7 @@ our %EXPORT_TAGS =
   (all => [ @constants, qw/align distance to_cigar/ ], constants => \@constants);
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 our @EXPORT = ( @{ $EXPORT_TAGS{'constants'} } );
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 require XSLoader;
 XSLoader::load('Text::Levenshtein::Edlib', $VERSION);
This page took 0.009272 seconds and 4 git commands to generate.