Skip to content

Commit

Permalink
Bump version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Noctem committed Jul 20, 2017
1 parent 5e84b2c commit 55a9efe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Documentation is available at the [pgoapi wiki](https://wiki.pogodev.org).
Contributions are very welcome, feel free to submit a pull request.

## Credits
[AeonLucid](https://github.com/AeonLucid/POGOProtos) for improved protos
[tejado](https://github.com/tejado/pgoapi) for the original project
[pogodev](https://github.com/pogodevorg/pgoapi) for keeping it alive
* [AeonLucid](https://github.com/AeonLucid/POGOProtos) for improved protos
* [tejado](https://github.com/tejado/pgoapi) for the original project
* [pogodev](https://github.com/pogodevorg/pgoapi) for keeping it alive
2 changes: 1 addition & 1 deletion aiopogo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'aiopogo'
__version__ = '2.0.3'
__version__ = '2.0.4'
__author__ = 'David Christenson'
__license__ = 'MIT License'
__copyright__ = 'Copyright (c) 2017 David Christenson <https://github.com/Noctem>'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author='David Christenson',
author_email='mail@noctem.xyz',
description='Asynchronous Pokemon API lib',
version='2.0.3',
version='2.0.4',
url='https://github.com/Noctem/aiopogo',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 55a9efe

Please sign in to comment.