From 6dcec9f9b4df31f068baa4acc8d1f2a83ce3babf Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 22 Dec 2017 02:57:44 +0100 Subject: [PATCH] - Version bump - Only Python 3.6 on Travis --- .travis.yml | 1 - platypush/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0645740..efb358f5 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 f830cec2..e47f175b 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 43b6d0fa..10bb141c 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"),