From d543cd97dff8b82b38cee31e235e29934607a673 Mon Sep 17 00:00:00 2001 From: Milind Sharma Date: Mon, 25 Apr 2022 01:20:25 +0800 Subject: [PATCH] chore: Bump release version to 1.7.4 --- setup.cfg | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0498e05..16a1241 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ozon3 -version = 1.7.3 +version = 1.7.4 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 b3b8c2d..fd52d67 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.7.3", - download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v1.7.3.tar.gz", + version="1.7.4", + download_url="https://github.com/Milind220/Ozone/archive/refs/tags/v1.7.4.tar.gz", packages=setuptools.find_packages(), install_requires=[ "numpy; python_version>='3'",