File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.30 .0
2
+ current_version = 0.31 .0
3
3
files = setup.py mqttwarn/__init__.py
4
4
commit = True
5
5
tag = True
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
# (c) 2014-2018 The mqttwarn developers
3
3
4
- __version__ = "0.30 .0"
4
+ __version__ = "0.31 .0"
5
5
6
6
__author__ = "Jan-Piet Mens <jpmens()gmail.com>, Ben Jones <ben.jones12()gmail.com>"
7
7
__copyright__ = "Copyright 2014-2022 Jan-Piet Mens"
Original file line number Diff line number Diff line change 171
171
172
172
setup (
173
173
name = "mqttwarn" ,
174
- version = "0.30 .0" ,
174
+ version = "0.31 .0" ,
175
175
description = "mqttwarn - subscribe to MQTT topics and notify pluggable services" ,
176
176
long_description = README ,
177
177
license = "EPL 2.0" ,
You can’t perform that action at this time.
0 commit comments