diff --git a/setup.py b/setup.py index f567e48..f4b6878 100644 --- a/setup.py +++ b/setup.py @@ -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(