Version bump 0.9.2 -> 0.9.3

This commit is contained in:
Fabio Manganiello 2018-12-19 02:08:57 +01:00
parent 73d7441d26
commit 01f020c203
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ from .message.response import Response
__author__ = 'Fabio Manganiello <blacklight86@gmail.com>'
__version__ = '0.9.2'
__version__ = '0.9.3'
LOGGER = logging.getLogger(__name__)

View File

@ -32,7 +32,7 @@ backend = pkg_files('platypush/backend')
setup(
name = "platypush",
version = "0.9.2",
version = "0.9.3",
author = "Fabio Manganiello",
author_email = "info@fabiomanganiello.com",
description = ("Platypush service"),