diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a94a187 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# CHANGELOG + + + +## v0.1.0 (2024-04-16) + +### Feature + +* feat: initial open source release ([`0455c21`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/0455c2111e76a60503f5ea140d2d5ed1d684bc80)) diff --git a/pyproject.toml b/pyproject.toml index 2ff2279..0bee02a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tcp-modbus-aio" -version = "0.0.1" +version = "0.1.0" description = "asyncio client library for tcp modbus devices" authors = ["Josh Gruenstein "] license = "MIT" diff --git a/tcp_modbus_aio/__init__.py b/tcp_modbus_aio/__init__.py index f102a9c..3dc1f76 100644 --- a/tcp_modbus_aio/__init__.py +++ b/tcp_modbus_aio/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.1.0"