File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.24 .0
2+ current_version = 0.25 .0
33files = setup.py mqttwarn/__init__.py
44search = version =' {current_version}'
55 __version__ = ' {current_version}'
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# (c) 2014-2018 The mqttwarn developers
33
4- __version__ = '0.24 .0'
4+ __version__ = '0.25 .0'
55
66__author__ = 'Jan-Piet Mens <jpmens()gmail.com>, Ben Jones <ben.jones12()gmail.com>'
77__copyright__ = 'Copyright 2014-2018 Jan-Piet Mens'
Original file line number Diff line number Diff line change 155155
156156
157157setup (name = 'mqttwarn' ,
158- version = '0.24 .0' ,
158+ version = '0.25 .0' ,
159159 description = 'mqttwarn - subscribe to MQTT topics and notify pluggable services' ,
160160 long_description = README ,
161161 license = "EPL 2.0" ,
You can’t perform that action at this time.
0 commit comments