diff --git a/CHANGELOG.md b/CHANGELOG.md index 505d21d..0e6864f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,9 @@ -# CHANGELOG \ No newline at end of file +# CHANGELOG + + + +## v0.1.0 (2024-09-22) + +### Feature + +* feat: initial cleanup from fork and additional func ([`c617e0e`](https://github.com/tutorintelligence/intellinet-pdu-ctrl/commit/c617e0eeb41d7e268623f4b46c3def0af9ced634)) diff --git a/intellinet_pdu_ctrl/__init__.py b/intellinet_pdu_ctrl/__init__.py index f102a9c..3dc1f76 100644 --- a/intellinet_pdu_ctrl/__init__.py +++ b/intellinet_pdu_ctrl/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.1.0" diff --git a/pyproject.toml b/pyproject.toml index db33ab3..a4e3f37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "intellinet-pdu-ctrl" -version = "0.0.1" +version = "0.1.0" description = "asyncio client library for intellinet pdus" authors = ["Josh Gruenstein "] license = "MIT"