Skip to content

Commit

Permalink
setting up actions
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Mar 12, 2024
1 parent e88630d commit 0de1970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '0.2.1'
VERSION = '0.2.2'
DESCRIPTION = 'python package to get weather details of any city in the world. without any API key.'

setup(
Expand Down

0 comments on commit 0de1970

Please sign in to comment.