Skip to content

Commit

Permalink
Add python 3.6 to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed May 2, 2017
1 parent 8bf7756 commit 36c828c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
# PyPy versions
- "pypy"
- "pypy3"
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='telegraph',
version='1.1',
version='1.1.1',
author='python273',
author_email='[email protected]',
url='https://github.com/python273/telegraph',
Expand All @@ -37,6 +37,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: CPython',
]
Expand Down
2 changes: 1 addition & 1 deletion telegraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"""

__author__ = 'python273'
__version__ = '1.1'
__version__ = '1.1.1'

from .api import Telegraph, TelegraphException

0 comments on commit 36c828c

Please sign in to comment.