diff --git a/mqtt_io/__init__.py b/mqtt_io/__init__.py index 723f9a1d..38e18fd8 100644 --- a/mqtt_io/__init__.py +++ b/mqtt_io/__init__.py @@ -2,4 +2,4 @@ Top level of MQTT IO package. """ -VERSION = "2.5.1" +VERSION = "2.5.2" diff --git a/pyproject.toml b/pyproject.toml index 3472db81..d2da79f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mqtt-io" -version = "2.5.1" +version = "2.5.2" 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 ec238e75..f930323c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.1 +current_version = 2.5.2 commit = True tag = True tag_name = {new_version}