Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
j-a-n committed May 21, 2022
1 parent 9d239e2 commit 1dc8dc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "moehlenhoff-alpha2"
version = "1.2.0"
version = "1.2.1"
description = "Python client for the Moehlenhoff Alpha2 underfloor heating system"
authors = ["Jan Schneider <[email protected]>"]
license = "GPL"
Expand All @@ -10,8 +10,8 @@ repository = "https://github.com/j-a-n/python-moehlenhoff-alpha2"

[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.8"
xmltodict = "^0.13"
aiohttp = "*"
xmltodict = "*"

[tool.poetry.dev-dependencies]
pytest = "^7.1"
Expand Down

0 comments on commit 1dc8dc3

Please sign in to comment.