Skip to content

Commit

Permalink
build: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroWave022 committed Oct 13, 2023
1 parent 79746a6 commit b77fc9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ dynamic = ["version"]
authors = [
{ name = "ZeroWave022" }
]
description = "Retrieve weather data from Yr (by the Norwegian Meteorogical Institute) easily."
description = "Retrieve weather data from Norwegian Meteorological Institute's APIs easily."
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down
2 changes: 1 addition & 1 deletion yr_weather/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
from .sunrise import Sunrise
from .geosatellite import Geosatellite

__version__ = "0.3.0"
__version__ = "0.4.0"
__author__ = "ZeroWave022"

0 comments on commit b77fc9f

Please sign in to comment.