Version bump

This commit is contained in:
Fabio Manganiello 2017-12-27 10:22:30 +01:00
parent 92b691041e
commit 7d36e9e946
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ from .message.response import Response
from .procedure import Procedure
__author__ = 'Fabio Manganiello <blacklight86@gmail.com>'
__version__ = '0.6.1'
__version__ = '0.6.2'
#-----------#

View File

@ -32,7 +32,7 @@ create_etc_dir()
setup(
name = "platypush",
version = "0.6.1",
version = "0.6.2",
author = "Fabio Manganiello",
author_email = "info@fabiomanganiello.com",
description = ("Platypush service"),