Skip to content

Commit

Permalink
PyPI release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHilmes committed Dec 28, 2017
1 parent aa90a29 commit 3e4655c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3e4655c

Please sign in to comment.