Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sillyfrog committed Nov 3, 2024
1 parent 69d00e3 commit 4638ec9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Pip setup file for aiopulse2 library."""

import setuptools

with open("README.md", "r") as fh:
Expand All @@ -7,13 +8,13 @@
setuptools.setup(
name="aiopulse2",
packages=setuptools.find_packages(),
version="0.8.0",
version="0.9.0",
license="apache-2.0",
description="Rollease Acmeda Automate Pulse Hub v2 integration.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/sillyfrog/aiopulse2",
download_url="https://github.com/sillyfrog/aiopulse2/archive/v0.7.0.tar.gz",
download_url="https://github.com/sillyfrog/aiopulse2/archive/v0.9.0.tar.gz",
keywords=["automation"],
install_requires=["async_timeout>=3.0", "websockets>=8.1"],
classifiers=[
Expand All @@ -24,7 +25,7 @@
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
],
python_requires=">=3.7",
python_requires=">=3.11",
author="Sillyfrog",
author_email="[email protected]",
)

0 comments on commit 4638ec9

Please sign in to comment.