We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa90a29 commit 3e4655cCopy full SHA for 3e4655c
2 files changed
README.rst
@@ -57,5 +57,5 @@ the built-in ``type`` function.
57
.. |travis| image:: https://travis-ci.org/GregHilmes/pokebase.svg?branch=master
58
:target: https://travis-ci.org/GregHilmes/pokebase
59
60
-.. |pypi| image:: https://img.shields.io/badge/pypi-1.1.0-blue.svg
+.. |pypi| image:: https://img.shields.io/badge/pypi-1.2.0-blue.svg
61
:target: https://pypi.python.org/pypi/pokebase
setup.py
@@ -9,7 +9,7 @@ def readme_text():
9
setup(
10
name='pokebase',
11
packages=['pokebase'],
12
- version='1.1.0',
+ version='1.2.0',
13
description='A Python wrapper for the friendly PokeAPI database',
14
long_description=readme_text(),
15
author='Greg Hilmes',
0 commit comments