From 50168e00c55484525035f5d695270f8d79c7f752 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 4 Dec 2019 12:17:17 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.9=20=E2=86=92=200.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platypush/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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