Version bump

This commit is contained in:
Fabio Manganiello 2018-01-29 16:34:52 +01:00
parent 75fac37984
commit e007d26896
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from .message.response import Response
__author__ = 'Fabio Manganiello <blacklight86@gmail.com>'
__version__ = '0.7.1'
__version__ = '0.7.2'
#-----------#

View File

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