Skip to content

Commit 3e4655c

Browse files
committed
PyPI release 1.2.0
1 parent aa90a29 commit 3e4655c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ the built-in ``type`` function.
5757
.. |travis| image:: https://travis-ci.org/GregHilmes/pokebase.svg?branch=master
5858
:target: https://travis-ci.org/GregHilmes/pokebase
5959

60-
.. |pypi| image:: https://img.shields.io/badge/pypi-1.1.0-blue.svg
60+
.. |pypi| image:: https://img.shields.io/badge/pypi-1.2.0-blue.svg
6161
:target: https://pypi.python.org/pypi/pokebase

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def readme_text():
99
setup(
1010
name='pokebase',
1111
packages=['pokebase'],
12-
version='1.1.0',
12+
version='1.2.0',
1313
description='A Python wrapper for the friendly PokeAPI database',
1414
long_description=readme_text(),
1515
author='Greg Hilmes',

0 commit comments

Comments
 (0)