Skip to content

Commit eb62419

Browse files
committed
Bump version to 2.2.6
1 parent ffb1c20 commit eb62419

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mqtt_io/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Top level of MQTT IO package.
33
"""
44

5-
VERSION = "2.2.5"
5+
VERSION = "2.2.6"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mqtt-io"
3-
version = "2.2.5"
3+
version = "2.2.6"
44
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."
55
readme = "README.md"
66
authors = ["Ellis Percival <mqtt-io@failcode.co.uk>"]

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.5
2+
current_version = 2.2.6
33
commit = True
44
tag = True
55
tag_name = {new_version}

0 commit comments

Comments
 (0)