From 22bf4fe74d0bb130dbd7cea514749bcfcda1fa0c Mon Sep 17 00:00:00 2001 From: suvanbanerjee Date: Fri, 29 Mar 2024 16:45:04 +0530 Subject: [PATCH] testing workflow --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 05a5614..6d3e988 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 = '1.0.0' +VERSION = '1.0.2' DESCRIPTION = 'Get weather details of any city or latitude and longitude of the location. without an API key.' setup(