File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - " 2.7"
44 - " 3.4"
55 - " 3.5"
6+ - " 3.6"
67 # PyPy versions
78 - " pypy"
89 - " pypy3"
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = 'telegraph' ,
20- version = '1.1' ,
20+ version = '1.1.1 ' ,
2121 author = 'python273' ,
2222 author_email = 'whoami@python273.pw' ,
2323 url = 'https://github.com/python273/telegraph' ,
3737 'Programming Language :: Python :: 3' ,
3838 'Programming Language :: Python :: 3.4' ,
3939 'Programming Language :: Python :: 3.5' ,
40+ 'Programming Language :: Python :: 3.6' ,
4041 'Programming Language :: Python :: Implementation :: PyPy' ,
4142 'Programming Language :: Python :: Implementation :: CPython' ,
4243 ]
Original file line number Diff line number Diff line change 99"""
1010
1111__author__ = 'python273'
12- __version__ = '1.1'
12+ __version__ = '1.1.1 '
1313
1414from .api import Telegraph , TelegraphException
You can’t perform that action at this time.
0 commit comments