bump version for release
Karen Etheridge [Thu, 19 Sep 2013 04:22:18 +0000 (21:22 -0700)]
lib/Safe/Isa.pm

index 7501499..680a71b 100644 (file)
@@ -5,7 +5,7 @@ use warnings FATAL => 'all';
 use Scalar::Util qw(blessed);
 use Exporter 5.57 qw(import);
 
-our $VERSION = '1.000003';
+our $VERSION = '1.000004';
 
 our @EXPORT = qw($_call_if_object $_isa $_can $_does $_DOES);