Skip to content

Commit

Permalink
Merge branch 'goedzo_develop' into eigen
Browse files Browse the repository at this point in the history
  • Loading branch information
davidakachaos committed Jul 25, 2017
2 parents 3dd62d4 + 7c3274a commit f9f44f8
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
Empty file modified examples/spiral_poi_search.py
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion pgoapi/__init__.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import logging

__title__ = 'pgoapi'
__version__ = '1.2.0'
__version__ = '1.2.1'
__author__ = 'tjado'
__license__ = 'MIT License'
__copyright__ = 'Copyright (c) 2016 tjado <https://github.com/tejado>'
Expand Down
Empty file modified pgoapi/auth.py
100755 → 100644
Empty file.
Empty file modified pgoapi/auth_google.py
100755 → 100644
Empty file.
Empty file modified pgoapi/auth_ptc.py
100755 → 100644
Empty file.
Empty file modified pgoapi/exceptions.py
100755 → 100644
Empty file.
Empty file modified pgoapi/pgoapi.py
100755 → 100644
Empty file.
Empty file modified pgoapi/rpc_api.py
100755 → 100644
Empty file.
Empty file modified pgoapi/utilities.py
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ gpsoauth>=0.4.0
protobuf3-to-dict>=0.1.4
future
six
pycrypt>=0.7.1
pycrypt>=0.7.1
Empty file modified scripts/pokecli.py
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
setup(name='pgoapi',
author = 'tjado',
description = 'Pokemon Go API lib',
version = '1.2.0',
url = 'https://github.com/pogodevorg/pgoapi',
version = '1.2.1',
url = 'https://github.com/goedzo/pgoapi',
download_url = "https://github.com/pogodevorg/pgoapi/releases",
packages = find_packages(),
install_requires = reqs
Expand Down

0 comments on commit f9f44f8

Please sign in to comment.