forked from platypush/platypush
- Version bump
- Only Python 3.6 on Travis
This commit is contained in:
parent
97adb1a191
commit
6dcec9f9b4
3 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
install: "pip install -r .travis.requirements"
|
||||
|
|
|
@ -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'
|
||||
|
||||
#-----------#
|
||||
|
||||
|
|
2
setup.py
2
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"),
|
||||
|
|
Loading…
Reference in a new issue