Skip to content

Commit

Permalink
Bump version: 0.22.0 → 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 3, 2021
1 parent ec654db commit dd71750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.22.0
current_version = 0.23.0
files = setup.py mqttwarn/__init__.py
search = version='{current_version}'
__version__ = '{current_version}'
Expand Down
2 changes: 1 addition & 1 deletion mqttwarn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# (c) 2014-2018 The mqttwarn developers

__version__ = '0.22.0'
__version__ = '0.23.0'

__author__ = 'Jan-Piet Mens <jpmens()gmail.com>, Ben Jones <ben.jones12()gmail.com>'
__copyright__ = 'Copyright 2014-2018 Jan-Piet Mens'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}

setup(name='mqttwarn',
version='0.22.0',
version='0.23.0',
description='mqttwarn - subscribe to MQTT topics and notify pluggable services',
long_description=README,
license="EPL 2.0",
Expand Down

0 comments on commit dd71750

Please sign in to comment.