We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cb567 commit 4c9c728Copy full SHA for 4c9c728
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
4
5
+## v0.1.3 (2023-08-07)
6
+
7
+### Fix
8
9
+* fix: updates to poetry configuration ([`51cb567`](https://github.com/tutorintelligence/adam-modbus/commit/51cb567d332befadca1fc656bf49189553694049))
10
11
12
## v0.1.2 (2023-08-07)
13
14
### Chore
adam_modbus/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.2"
+__version__ = "0.1.3"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "adam-modbus"
-version = "0.1.2"
+version = "0.1.3"
description = "asyncio python interface for Advantech ADAM modules"
authors = ["Josh Gruenstein <josh@tutorintelligence.com>"]
license = "MIT"
0 commit comments