From 27224925bc24a094174b827f3cf61c2c63bb14e2 Mon Sep 17 00:00:00 2001 From: Milind Sharma Date: Mon, 9 May 2022 11:54:29 +0800 Subject: [PATCH] chore: Bump release version to 2.0.1 --- setup.cfg | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'",