Skip to content

Commit

Permalink
Prepare for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Apr 2, 2024
1 parent dee671d commit 0d55104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="volkszaehler",
version="0.4.0",
version="0.5.0",
description="Python Wrapper for interacting with the Volkszahler API.",
long_description=long_description,
url="https://github.com/home-assistant-ecosystem/python-volkszaehler",
Expand All @@ -25,7 +25,7 @@
"async_timeout>4,<5",
],
packages=["volkszaehler"],
python_requires=">=3.9",
python_requires=">=3.10",
zip_safe=True,
classifiers=[
"Development Status :: 3 - Alpha",
Expand All @@ -35,9 +35,9 @@
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Utilities",
],
)

0 comments on commit 0d55104

Please sign in to comment.