diff --git a/pyproject.toml b/pyproject.toml index 913cf1f..346b959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "solar-plus-intelbras" -version = "0.1.1" +version = "0.1.2" description = "A wrapper for api solar plus intelbras" authors = ["Hudson Brendon "] readme = "README.md" diff --git a/solar_plus_intelbras/__init__.py b/solar_plus_intelbras/__init__.py index f668e65..af78e4e 100644 --- a/solar_plus_intelbras/__init__.py +++ b/solar_plus_intelbras/__init__.py @@ -1,3 +1,3 @@ from .solar_plus_intelbras import SolarPlusIntelbras # noqa -__version__ = "0.1.1" +__version__ = "0.1.2" diff --git a/tests/test_version.py b/tests/test_version.py index 896e171..88a30fb 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version() -> None: - assert __version__ == "0.1.1" + assert __version__ == "0.1.2"