From 61c5bae527b533b29baa6a8be26a8c08ab5894d3 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 24 Feb 2021 22:41:16 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.13.9=20=E2=86=92=200.20.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6c1ea6b6a..b429aac31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.9 +current_version = 0.20.0 commit = True tag = True diff --git a/setup.py b/setup.py index 4d7271bfe..68387d4b9 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ backend = pkg_files('platypush/backend') setup( name="platypush", - version="0.13.9", + version="0.20.0", author="Fabio Manganiello", author_email="info@fabiomanganiello.com", description="Platypush service",