diff --git a/README.md b/README.md index 316c1d01..f9ed6366 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/aiopogo/__init__.py b/aiopogo/__init__.py index d8e31751..16b82f7b 100755 --- a/aiopogo/__init__.py +++ b/aiopogo/__init__.py @@ -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 ' diff --git a/setup.py b/setup.py index 496773cb..9bf24f88 100755 --- a/setup.py +++ b/setup.py @@ -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=[