Skip to content

Commit 45ba3b0

Browse files
committed
Bump version: 0.29.1 → 0.30.0
1 parent 05d21e2 commit 45ba3b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.29.1
2+
current_version = 0.30.0
33
files = setup.py mqttwarn/__init__.py
44
commit = True
55
tag = True

mqttwarn/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# (c) 2014-2018 The mqttwarn developers
33

4-
__version__ = "0.29.1"
4+
__version__ = "0.30.0"
55

66
__author__ = "Jan-Piet Mens <jpmens()gmail.com>, Ben Jones <ben.jones12()gmail.com>"
77
__copyright__ = "Copyright 2014-2022 Jan-Piet Mens"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
setup(
174174
name="mqttwarn",
175-
version="0.29.1",
175+
version="0.30.0",
176176
description="mqttwarn - subscribe to MQTT topics and notify pluggable services",
177177
long_description=README,
178178
license="EPL 2.0",

0 commit comments

Comments
 (0)