bump up version numbers in master to reflect 3.0 as next major release branch
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 20 Sep 2017 14:57:09 +0000 (10:57 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 20 Sep 2017 14:57:09 +0000 (10:57 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

src/perl/lib/OpenSRF.pm
src/python/setup.py

index 33b8c83..d8040a3 100644 (file)
@@ -12,11 +12,11 @@ OpenSRF - Top level class for OpenSRF perl modules.
 
 =head1 VERSION
 
-Version 2.1.2
+Version 3.0-dev
 
 =cut
 
-our $VERSION = "2.12";
+our $VERSION = "3.000_000";
 
 =head1 METHODS
 
index c56df95..63c68c2 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.1.0',
+    version='3.0.dev0',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',