Skip to content

Commit 69f7c4a

Browse files
committed
Prepare for 0.4.0
1 parent 8646863 commit 69f7c4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="python-dingz",
15-
version="0.4.0.dev1",
15+
version="0.4.0",
1616
description="Python API for interacting with Dingz devices",
1717
long_description=long_description,
1818
url="https://github.com/home-assistant-ecosystem/python-dingz",
@@ -21,6 +21,7 @@
2121
license="Apache License 2.0",
2222
install_requires=["aiohttp<4", "async_timeout<5", "click", "setuptools"],
2323
packages=find_packages(),
24+
python_requires='>=3.8',
2425
zip_safe=True,
2526
include_package_data=True,
2627
entry_points={"console_scripts": ["dingz = dingz.cli:main"]},
@@ -32,8 +33,8 @@
3233
"Operating System :: MacOS :: MacOS X",
3334
"Operating System :: Microsoft :: Windows",
3435
"Operating System :: POSIX",
35-
"Programming Language :: Python :: 3.7",
3636
"Programming Language :: Python :: 3.8",
37+
"Programming Language :: Python :: 3.9",
3738
"Topic :: Utilities",
3839
],
3940
)

0 commit comments

Comments
 (0)