diff --git a/.travis.yml b/.travis.yml index a0645740e9..efb358f50e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "3.5" - "3.6" install: "pip install -r .travis.requirements" diff --git a/platypush/__init__.py b/platypush/__init__.py index f830cec278..e47f175b69 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -12,7 +12,7 @@ from .message.request import Request from .message.response import Response __author__ = 'Fabio Manganiello ' -__version__ = '0.4' +__version__ = '0.5' #-----------# diff --git a/setup.py b/setup.py index 43b6d0fa2c..10bb141c62 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ create_etc_dir() setup( name = "platypush", - version = "0.4", + version = "0.5", author = "Fabio Manganiello", author_email = "info@fabiomanganiello.com", description = ("Platypush service"),