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",