bump package version given non-back-compatibility of Relationship.pm changes. tla...
Tara L Andrews [Sat, 18 Jan 2014 17:57:16 +0000 (17:57 +0000)]
base/lib/Text/Tradition.pm

index 74436e9..901f96a 100644 (file)
@@ -11,7 +11,7 @@ use Text::Tradition::Witness;
 use TryCatch;
 
 use vars qw( $VERSION );
-$VERSION = "1.2";
+$VERSION = "1.3";
 
 # Enable plugin(s) if available
 eval { with 'Text::Tradition::HasStemma'; };