Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 16, 2024
1 parent c3c39da commit ea6f3a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.1.1 (2024-04-16)

### Fix

* fix: extract constants from classvars to be globals ([`c3c39da`](https://github.com/tutorintelligence/tcp-modbus-aio/commit/c3c39da0eedf1d84fbc8cad9d71147c01fd094c9))


## v0.1.0 (2024-04-16)

### Feature
Expand Down
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 = "tcp-modbus-aio"
version = "0.1.0"
version = "0.1.1"
description = "asyncio client library for tcp modbus devices"
authors = ["Josh Gruenstein <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tcp_modbus_aio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit ea6f3a9

Please sign in to comment.