Skip to content

Commit 88571ab

Browse files
committed
Fix project name and bump version
1 parent bde4fb8 commit 88571ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "python-stiebel-eltron"
2+
name = "pystiebeleltron"
33
dynamic = ["version"]
44
description = "Python API for interacting with the Stiebel Eltron ISG web gateway via Modbus for controlling integral ventilation units and heat pumps."
55
readme = "README.md"

pystiebeleltron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pymodbus.client import AsyncModbusTcpClient
88

99

10-
__version__ = "0.1.1"
10+
__version__ = "0.2.0"
1111

1212
_LOGGER: logging.Logger = logging.getLogger(__package__)
1313

0 commit comments

Comments
 (0)