diff --git a/setup.cfg b/setup.cfg index 6fce936..2f280b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ozon3 -version = 1.4.4 +version = 1.4.5 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 3352717..a6a063d 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="1.4.4", - download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v1.4.4.tar.gz", + version="1.4.5", + download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v1.4.5.tar.gz", packages=setuptools.find_packages(), install_requires=[ "numpy; python_version>='3'",