Skip to content

Commit

Permalink
Bump version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sillyfrog committed Jan 23, 2022
1 parent 15255ea commit 01f87f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiopulse2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"UpdateType",
"MovingAction",
]
__version__ = "0.6.0"
__version__ = "0.6.1"

_LOGGER = logging.getLogger(__name__)
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
setuptools.setup(
name="aiopulse2",
packages=setuptools.find_packages(),
version="0.6.0",
version="0.6.1",
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.6.0.tar.gz",
download_url="https://github.com/sillyfrog/aiopulse2/archive/v0.6.1.tar.gz",
keywords=["automation"],
install_requires=["async_timeout>=3.0", "websockets>=8.1"],
classifiers=[
Expand Down

0 comments on commit 01f87f8

Please sign in to comment.