From 3ee2be674c226291870b60ed69996ddc9445a741 Mon Sep 17 00:00:00 2001 From: Roshan Dash <83511412+roshan1337d@users.noreply.github.com> Date: Sat, 11 Dec 2021 23:25:46 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea83486..8968f8d 100644 --- a/setup.py +++ b/setup.py @@ -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",