Skip to content

Commit 678276f

Browse files
authored
Bump version to 2.6.0 (#413)
1 parent 0d380db commit 678276f

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.5.2"
5+
VERSION = "2.6.0"

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.5.2"
3+
version = "2.6.0"
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 <[email protected]>"]

setup.cfg

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

0 commit comments

Comments
 (0)