forked from platypush/platypush
Version bump
This commit is contained in:
parent
20b07fb02f
commit
679a53b620
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ from .message.response import Response
|
||||||
from .procedure import Procedure
|
from .procedure import Procedure
|
||||||
|
|
||||||
__author__ = 'Fabio Manganiello <blacklight86@gmail.com>'
|
__author__ = 'Fabio Manganiello <blacklight86@gmail.com>'
|
||||||
__version__ = '0.6.3'
|
__version__ = '0.6.4'
|
||||||
|
|
||||||
#-----------#
|
#-----------#
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ create_etc_dir()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "platypush",
|
name = "platypush",
|
||||||
version = "0.6.3",
|
version = "0.6.4",
|
||||||
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