diff --git a/platypush/__init__.py b/platypush/__init__.py index 7ea03fc0..e5aa2b11 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -16,7 +16,7 @@ from getopt import getopt from .message.response import Response __author__ = 'Fabio Manganiello ' -__version__ = '0.3.2' +__version__ = '0.3.3' #-----------# diff --git a/setup.py b/setup.py index 4122ecce..b973fb95 100755 --- a/setup.py +++ b/setup.py @@ -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"),