diff --git a/platypush/__init__.py b/platypush/__init__.py index b9f3f1a13..abf0585d0 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 c0d4f0531..3e88bf800 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