diff --git a/platypush/__init__.py b/platypush/__init__.py index eb2aaa57..5dde153b 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -25,7 +25,7 @@ from .message.response import Response from .utils import set_thread_name, get_enabled_plugins __author__ = 'Fabio Manganiello ' -__version__ = '0.50.0' +__version__ = '0.50.1' log = logging.getLogger('platypush') diff --git a/setup.cfg b/setup.cfg index 6ccc270c..8f71d87e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.50.0 +current_version = 0.50.1 commit = True tag = True