diff --git a/platypush/__init__.py b/platypush/__init__.py index 993545ae2b..efb23bfac5 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -28,7 +28,7 @@ from .utils import set_thread_name __author__ = 'Fabio Manganiello ' -__version__ = '0.10.9' +__version__ = '0.11.0' LOGGER = logging.getLogger(__name__) LOGGER.setLevel(logging.INFO) diff --git a/setup.cfg b/setup.cfg index 0391b40a36..b17214bf11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.9 +current_version = 0.11.0 commit = True tag = True