From 8e25fc00d66bbad8f17703599330de3b2f18ed42 Mon Sep 17 00:00:00 2001 From: Benji <46675043+BenjiU@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:50:12 +0200 Subject: [PATCH] Release 2.4.1 (#382) * Bump version to 2.4.1 --- mqtt_io/__init__.py | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mqtt_io/__init__.py b/mqtt_io/__init__.py index 0aabc8bf..8fe5089d 100644 --- a/mqtt_io/__init__.py +++ b/mqtt_io/__init__.py @@ -2,4 +2,4 @@ Top level of MQTT IO package. """ -VERSION = "2.4.0" +VERSION = "2.4.1" diff --git a/pyproject.toml b/pyproject.toml index ea06c8af..558a6f2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/setup.cfg b/setup.cfg index b2e03efc..00b791aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.0 +current_version = 2.4.1 commit = True tag = True tag_name = {new_version}