diff --git a/platypush/__init__.py b/platypush/__init__.py index b9f3f1a130..abf0585d03 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -23,7 +23,7 @@ when = hook __author__ = 'Fabio Manganiello ' -__version__ = '0.99.11' +__version__ = '1.0.0' __all__ = [ 'Application', 'Variable', diff --git a/setup.cfg b/setup.cfg index c0d4f05312..3e88bf800e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.99.11 +current_version = 1.0.0 commit = True tag = True