Skip to content

Commit

Permalink
Merge pull request #3 from roshan1337d/v1.1
Browse files Browse the repository at this point in the history
V1.1
  • Loading branch information
dashroshan authored Dec 11, 2021
2 parents 3300f17 + 3ee2be6 commit 38e28a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name="clashapi",
packages=["clashapi"],
include_package_data=True,
version="1.1",
version="1.2",
description="Update IP address of Clash of Clans and/or Clash Royale API keys with token fetching",
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -21,5 +21,5 @@
license="MIT",
keywords=["coc", "cr", "clash of clans",
"clash royale", "clash", "royale", "clan", "api"],
install_requires=["requests", "json", "base64"]
install_requires=["requests"]
)

0 comments on commit 38e28a5

Please sign in to comment.