Skip to content

Commit

Permalink
Bump version: 0.28.0 → 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 31, 2021
1 parent 6bdf606 commit a97dffe
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.28.0
current_version = 0.28.1
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.28.0'
__version__ = '0.28.1'

__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 @@ -161,7 +161,7 @@


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

0 comments on commit a97dffe

Please sign in to comment.