Skip to content

Commit 9e7b76f

Browse files
committed
Bump version: 0.20.0 → 0.21.0
1 parent 05d7429 commit 9e7b76f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.20.0
2+
current_version = 0.21.0
33
files = setup.py mqttwarn/__init__.py
44
search = version='{current_version}'
55
__version__ = '{current_version}'

mqttwarn/__init__.py

Lines changed: 1 addition & 1 deletion
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.20.0'
4+
__version__ = '0.21.0'
55

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
}
118118

119119
setup(name='mqttwarn',
120-
version='0.20.0',
120+
version='0.21.0',
121121
description='mqttwarn - subscribe to MQTT topics and notify pluggable services',
122122
long_description=README,
123123
license="EPL 2.0",

0 commit comments

Comments
 (0)