From f3b2386ed6b34e5fb9dd684d4db30d92d4c95cbe Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 28 Jun 2023 02:44:13 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.50.0=20=E2=86=92=200.50.1?= 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 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