Skip to content

Commit

Permalink
Add new example to release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh authored Dec 29, 2023
1 parent bf6a738 commit e9aa96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion elro/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Elro connects P1 API."""

__version__ = "0.5.5"
__version__ = "0.5.5.1"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def get_version(package):
[
"examples/fire_alarm_demo.py",
"examples/cloud_login_demo.py",
"examples/socket_demo.py",
],
)
],
Expand Down

0 comments on commit e9aa96b

Please sign in to comment.