From 3aa753e1c63d46de1a7137fa2c5cab496df3ad8e Mon Sep 17 00:00:00 2001 From: null8626 Date: Tue, 20 Feb 2024 00:02:33 +0700 Subject: [PATCH] deps: bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3bec901..b300870 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] [project] name = "python-weather" -version = "1.1.0" +version = "1.1.1" description = "A free and asynchronous weather API wrapper made in Python, for Python." readme = "README.md" license = { text = "MIT" } @@ -38,4 +38,4 @@ requires-python = ">=3.8" [project.urls] repository = "https://github.com/null8626/python-weather" -download_url = "https://github.com/null8626/python-weather/archive/1.1.0.tar.gz" +download_url = "https://github.com/null8626/python-weather/archive/1.1.1.tar.gz"