Skip to content

Commit d7fe788

Browse files
author
Paul Hallett
committed
Version bump to 0.1.0
1 parent 6ff8843 commit d7fe788

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.

pykemon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
requests==2.0.1
22
simplejson==3.3.1
3+
4+
5+
sphinx
6+
coverage
7+
flake8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
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',

0 commit comments

Comments
 (0)