Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
bump version,
augment pyproject.toml
  • Loading branch information
m-martin-j committed Nov 4, 2022
1 parent 71b1ec3 commit b5bbae6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mqttconsumer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
__author__ = """Martin Trat, Simon Fritz"""
__email__ = '[email protected], '
__license__ = 'MIT'
__version__ = '0.1.2'
__version__ = '0.2.0'

from .mqtt_consumer import MQTTConsumer, MQTTDataConsumer
12 changes: 10 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
[tool.poetry]
name = "mqttconsumer"
version = "0.1.2"
description = ""
version = "0.2.0"
description = "Framework for MQTT-consuming analytics applications"
readme = "DESCRIPTION.md"
authors = ["Martin Trat <[email protected]>", "Simon Fritz <>"]
homepage = "https://github.com/m-martin-j/mqttconsumer"
license = "MIT"
classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Development Status :: 2 - Pre-Alpha"
]

[tool.poetry.dependencies]
python = ">=3.7"
Expand Down

0 comments on commit b5bbae6

Please sign in to comment.