File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6- 0.0.1 (2013-12-23)
6+ 0.1.0 (2013-12-23)
77++++++++++++++++++
88
99* First release on PyPI.
Original file line number Diff line number Diff line change 33
44__author__ = 'Paul Hallett'
55__email__ = 'hello@phalt.co'
6- __version__ = '0.0.1 '
6+ __version__ = '0.1.0 '
77__copyright__ = 'Copyright Paul Hallett 2013'
88__license__ = 'BSD'
99
Original file line number Diff line number Diff line change 11requests == 2.0.1
22simplejson == 3.3.1
3+
4+
5+ sphinx
6+ coverage
7+ flake8
Original file line number Diff line number Diff line change 1919
2020setup (
2121 name = 'pykemon' ,
22- version = '0.0.1 ' ,
22+ version = '0.1.0 ' ,
2323 description = 'A python wrapper for PokeAPI' ,
2424 long_description = readme + '\n \n ' + history ,
2525 author = 'Paul Hallett' ,
You can’t perform that action at this time.
0 commit comments