- Version bump

- Only Python 3.6 on Travis
This commit is contained in:
Fabio Manganiello 2017-12-22 02:57:44 +01:00
parent 97adb1a191
commit 6dcec9f9b4
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- "3.5"
- "3.6"
install: "pip install -r .travis.requirements"

View File

@ -12,7 +12,7 @@ from .message.request import Request
from .message.response import Response
__author__ = 'Fabio Manganiello <info@fabiomanganiello.com>'
__version__ = '0.4'
__version__ = '0.5'
#-----------#

View File

@ -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"),