Skip to content

Commit

Permalink
added github to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
suvanbanerjee committed Mar 29, 2024
1 parent 22bf4fe commit 4d09a76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
long_description = "\n" + fh.read()

VERSION = '1.0.2'
VERSION = '1.1.0'
DESCRIPTION = 'Get weather details of any city or latitude and longitude of the location. without an API key.'

setup(
name="weatherkit",
version=VERSION,
author="Suvan Banerjee",
author_email="<[email protected]>",
url="https://github.com/suvanbanerjee/weatherkit",
description=DESCRIPTION,
long_description_content_type="text/markdown",
long_description=long_description,
Expand Down

0 comments on commit 4d09a76

Please sign in to comment.