Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lawfulchaos committed Mar 22, 2023
1 parent 257e931 commit aee2499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zwave_me_ws"
version = "0.3.2"
version = "0.3.3"
description = "Library, implementing websocket connection to ZWave-Me"
authors = ["Dmitry Vlasov <kerbalspacema@gmail.com>"]
license = "MIT"
Expand All @@ -10,6 +10,7 @@ readme = 'README.md'
[tool.poetry.dependencies]
python = "^3.8"
websocket-client = "^1.2.1"
requests = "^2.28.1"

[tool.poetry.dev-dependencies]
websocket-client = "^1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion zwave_me_ws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.3.2"
__version__ = "0.3.3"
from .helpers import ZWaveMeData
from .ZWaveMe import ZWaveMe

0 comments on commit aee2499

Please sign in to comment.