Skip to content

Commit

Permalink
Bump version: 0.30.0 → 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 21, 2022
1 parent 54506e1 commit 321c60f
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.30.0
current_version = 0.31.0
files = setup.py mqttwarn/__init__.py
commit = True
tag = True
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.30.0"
__version__ = "0.31.0"

__author__ = "Jan-Piet Mens <jpmens()gmail.com>, Ben Jones <ben.jones12()gmail.com>"
__copyright__ = "Copyright 2014-2022 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 @@ -171,7 +171,7 @@

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

0 comments on commit 321c60f

Please sign in to comment.