Skip to content

Commit

Permalink
version bump 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixtalo committed Aug 27, 2024
1 parent 4924130 commit 105a3c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smlmqttprocessor"
version = "1.14.1"
version = "1.15.0"
description = "Process SML from libsml-sml_server and send it to MQTT."
authors = ["Ixtalo <[email protected]>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions smlmqttprocessor/smltextmqttprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
import sml # noqa: F401
from docopt import docopt

__version__ = "1.13.0"
__version__ = "1.15.0"
__date__ = "2020-04-21"
__updated__ = "2023-08-26"
__updated__ = "2024-08-27"
__author__ = "Ixtalo"
__license__ = "AGPL-3.0+"
__email__ = "[email protected]"
Expand Down

0 comments on commit 105a3c9

Please sign in to comment.