Skip to content

Commit

Permalink
deps: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Feb 19, 2024
1 parent d4d3877 commit 3aa753e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down Expand Up @@ -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"

0 comments on commit 3aa753e

Please sign in to comment.