Bump version: 0.13.9 → 0.20.0
This commit is contained in:
parent
82fcf86900
commit
61c5bae527
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.13.9
|
||||
current_version = 0.20.0
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
Loading…
Reference in a new issue