forked from platypush/platypush
Fixed un-bumped version in setup.py
This commit is contained in:
parent
8cea668e37
commit
5d4bfb3f90
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -66,7 +66,7 @@ backend = pkg_files('platypush/backend')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="platypush",
|
name="platypush",
|
||||||
version="1.1.0",
|
version="1.1.1",
|
||||||
author="Fabio Manganiello",
|
author="Fabio Manganiello",
|
||||||
author_email="fabio@manganiello.tech",
|
author_email="fabio@manganiello.tech",
|
||||||
description="Platypush service",
|
description="Platypush service",
|
||||||
|
|
Loading…
Reference in a new issue