Skip to content

Commit

Permalink
fix: bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonbrendon committed Jan 31, 2025
1 parent f23a1bd commit 2fa22b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion solar_plus_intelbras/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .solar_plus_intelbras import SolarPlusIntelbras # noqa

__version__ = "0.1.1"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version() -> None:
assert __version__ == "0.1.1"
assert __version__ == "0.1.2"

0 comments on commit 2fa22b9

Please sign in to comment.