From 6848a2a0c1dfb4002085cf077fe325e5931fe457 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 12 Jul 2019 00:59:03 +0200 Subject: [PATCH] Version bump 0.10.2 -> 0.10.3 --- platypush/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platypush/__init__.py b/platypush/__init__.py index 636e2692..f2f58e1c 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.2' +__version__ = '0.10.3' LOGGER = logging.getLogger(__name__) LOGGER.setLevel(logging.INFO) diff --git a/setup.py b/setup.py index 79bc2668..0562416b 100755 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ backend = pkg_files('platypush/backend') setup( name = "platypush", - version = "0.10.2", + version = "0.10.3", author = "Fabio Manganiello", author_email = "info@fabiomanganiello.com", description = ("Platypush service"),