diff --git a/setup.cfg b/setup.cfg index a5b69fa..5dc97af 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ozon3 -version = 2.0.0 +version = 2.0.1 author = Milind Sharma author_email = milindsharma8@gmail.com description = A package to get air quality data using the WAQI API diff --git a/setup.py b/setup.py index 0fd0bf9..0d955db 100644 --- a/setup.py +++ b/setup.py @@ -9,8 +9,8 @@ description="A package to get air quality data using the WAQI API", license="GPLv3+", url="https://github.com/Milind220/Ozone", - version="2.0.0", - download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v2.0.0.tar.gz", + version="2.0.1", + download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v2.0.1.tar.gz", packages=setuptools.find_packages(), install_requires=[ "numpy; python_version>='3'",