Skip to content

Commit

Permalink
bump version 1.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEDGR committed Jan 22, 2022
1 parent d084109 commit e7d8c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion challonge/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
PY2 = sys.version_info[0] == 2
TEXT_TYPE = unicode if PY2 else str
tz = tzlocal.get_localzone()
user_agent = "pychallonge-1.11.4"
user_agent = "pychallonge-1.11.5"

CHALLONGE_API_URL = "api.challonge.com/v1"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author_email="[email protected]",
url="https://github.com/ZEDGR/pychallonge",
license="Public Domain",
version="1.11.4",
version="1.11.5",
keywords=["tournaments", "challonge"],
packages=find_packages(),
platforms=["any"],
Expand Down

0 comments on commit e7d8c6c

Please sign in to comment.