forked from platypush/platypush
Time to give Platypush a version bump
This commit is contained in:
parent
d0ca6b8e93
commit
0878e5a3d1
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from .message.response import Response
|
||||||
|
|
||||||
|
|
||||||
__author__ = 'Fabio Manganiello <blacklight86@gmail.com>'
|
__author__ = 'Fabio Manganiello <blacklight86@gmail.com>'
|
||||||
__version__ = '0.7.2'
|
__version__ = '0.8'
|
||||||
|
|
||||||
#-----------#
|
#-----------#
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ create_etc_dir()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "platypush",
|
name = "platypush",
|
||||||
version = "0.7.2",
|
version = "0.8",
|
||||||
author = "Fabio Manganiello",
|
author = "Fabio Manganiello",
|
||||||
author_email = "info@fabiomanganiello.com",
|
author_email = "info@fabiomanganiello.com",
|
||||||
description = ("Platypush service"),
|
description = ("Platypush service"),
|
||||||
|
|
Loading…
Reference in a new issue