Version bump

This commit is contained in:
Fabio Manganiello 2017-12-16 05:00:29 +01:00
parent 8c89a10710
commit 6c7c08f7aa
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from getopt import getopt
from .message.response import Response
__author__ = 'Fabio Manganiello <info@fabiomanganiello.com>'
__version__ = '0.3.2'
__version__ = '0.3.3'
#-----------#

View File

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