diff --git a/platypush/__init__.py b/platypush/__init__.py index 8ff0b1cef4..90c8154195 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -23,7 +23,7 @@ when = hook __author__ = 'Fabio Manganiello ' -__version__ = '1.1.1' +__version__ = '1.1.2' __all__ = [ 'Application', 'Variable', diff --git a/setup.cfg b/setup.cfg index d303208aea..8dada9f811 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True