Skip to content

Commit

Permalink
Version bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Hallett committed Dec 23, 2013
1 parent 6ff8843 commit d7fe788
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

0.0.1 (2013-12-23)
0.1.0 (2013-12-23)
++++++++++++++++++

* First release on PyPI.
Expand Down
2 changes: 1 addition & 1 deletion pykemon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = 'Paul Hallett'
__email__ = '[email protected]'
__version__ = '0.0.1'
__version__ = '0.1.0'
__copyright__ = 'Copyright Paul Hallett 2013'
__license__ = 'BSD'

Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
requests==2.0.1
simplejson==3.3.1


sphinx
coverage
flake8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='pykemon',
version='0.0.1',
version='0.1.0',
description='A python wrapper for PokeAPI',
long_description=readme + '\n\n' + history,
author='Paul Hallett',
Expand Down

0 comments on commit d7fe788

Please sign in to comment.