Skip to content

Commit

Permalink
Release 2.4.1 (#382)
Browse files Browse the repository at this point in the history
* Bump version to 2.4.1
  • Loading branch information
BenjiU authored Jul 23, 2024
1 parent 0df4b2a commit 8e25fc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mqtt_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Top level of MQTT IO package.
"""

VERSION = "2.4.0"
VERSION = "2.4.1"
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 = "mqtt-io"
version = "2.4.0"
version = "2.4.1"
description = "Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.), digital sensors (LM75 etc.) and serial streams to an MQTT server for remote control and monitoring."
readme = "README.md"
authors = ["Ellis Percival <mqtt-io@failcode.co.uk>"]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.4.0
current_version = 2.4.1
commit = True
tag = True
tag_name = {new_version}
Expand Down

0 comments on commit 8e25fc0

Please sign in to comment.