diff --git a/README.rst b/README.rst index c4e4efe..367f987 100644 --- a/README.rst +++ b/README.rst @@ -57,5 +57,5 @@ the built-in ``type`` function. .. |travis| image:: https://travis-ci.org/GregHilmes/pokebase.svg?branch=master :target: https://travis-ci.org/GregHilmes/pokebase -.. |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 :target: https://pypi.python.org/pypi/pokebase diff --git a/setup.py b/setup.py index 3c09dfa..74b6ed2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme_text(): setup( name='pokebase', packages=['pokebase'], - version='1.1.0', + version='1.2.0', description='A Python wrapper for the friendly PokeAPI database', long_description=readme_text(), author='Greg Hilmes',