From 2e188f206c5b074f476c37209522206b6aa7bd10 Mon Sep 17 00:00:00 2001 From: Milind Sharma Date: Tue, 24 Jan 2023 14:00:49 +0800 Subject: [PATCH] chore: Update release version to v4.0.1 --- setup.cfg | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index f30df8d..a260755 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ozon3 -version = 3.0.0 +version = 4.0.1 author = Milind Sharma author_email = milindsharma8@gmail.com description = An open-source package to easily obtain real-time, historical, or forecasted air quality data for anywhere in the world. Reliable, accurate and simple. diff --git a/setup.py b/setup.py index f9f577e..c40b84a 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ "accurate and simple.", license="GPLv3+", url="https://github.com/Ozon3Org/Ozon3", - version="3.0.0", - download_url="https://github.com/Ozon3Org/Ozon3/archive/refs/tags/v3.0.0.tar.gz", + version="4.0.1", + download_url="https://github.com/Ozon3Org/Ozon3/archive/refs/tags/v4.0.1.tar.gz", packages=setuptools.find_packages(), install_requires=[ "numpy; python_version>='3'",