Skip to content

Commit

Permalink
Update version number to 0.7.1 by creating new branch: main_v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 5, 2023
1 parent 7523783 commit d2daa5b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 02_mqtt-cluster/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uns-mqtt"
version = "0.6.5"
version = "0.7.1"
description = "Base package for mqtt clients required for all UNS clients to be built on MQTT. Supports based SparkplugB processing"
license = "MIT"
authors = ["Ashwin Krishnan <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion 03_uns_graphdb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uns_graphdb"
version = "0.6.5"
version = "0.7.1"
description = "Graph Database implementation for a UNS setup"
license = "MIT"
authors = ["Ashwin Krishnan <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion 04_uns_historian/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uns_historian"
version = "0.6.5"
version = "0.7.1"
description = "Historian implementation for a UNS setup"
license = "MIT"
authors = ["Ashwin Krishnan <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion 05_sparkplugb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uns_spb_mapper"
version = "0.6.5"
version = "0.7.1"
description = "SparkplugB decoder to parse and unpack SparkplugB messages to the UNS structure"
license = "MIT"
authors = ["Ashwin Krishnan <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion 06_uns_kafka/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uns_kafka_mapper"
version = "0.6.4"
version = "0.7.1"
description = "Listens to the UNS namespace, converts UNS topic to Kafka topic and publishes the message to Kafka"
license = "MIT"
authors = ["Ashwin Krishnan <[email protected]>"]
Expand Down
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 = "Unified Name Space"
version = "0.6.5"
version = "0.7.1"
description = "Set of modules / tools to realize an UNS for your organization"
license = "MIT"
authors = ["Ashwin Krishnan <[email protected]>"]
Expand Down

0 comments on commit d2daa5b

Please sign in to comment.