Skip to content

Commit

Permalink
Bump version: 0.23.1 → 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 11, 2021
1 parent 9411581 commit 1a129b4
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.23.1
current_version = 0.24.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.23.1'
__version__ = '0.24.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 @@ -148,7 +148,7 @@


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

0 comments on commit 1a129b4

Please sign in to comment.