From 64481195f816aef58ec2f70ea685893729d6040d Mon Sep 17 00:00:00 2001 From: Robert Betts Date: Tue, 26 Sep 2023 07:55:55 +0100 Subject: [PATCH 1/2] Bumping version to 0.1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4be18c4..c7de22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nuropb" -version = "0.1.5" +version = "0.1.6" description = "NuroPb - A Distributed Event Driven Service Mesh" authors = ["Robert Betts "] readme = "README.md" From 89e1b62c9be4cab0aaa1ee229d6847a6fa199c9a Mon Sep 17 00:00:00 2001 From: Robert Betts Date: Tue, 26 Sep 2023 07:58:41 +0100 Subject: [PATCH 2/2] Bumping version to 0.1.6 --- src/nuropb/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nuropb/interface.py b/src/nuropb/interface.py index b70a81f..d8d0a12 100644 --- a/src/nuropb/interface.py +++ b/src/nuropb/interface.py @@ -15,7 +15,7 @@ logger = logging.getLogger(__name__) -NUROPB_VERSION = "0.1.3" +NUROPB_VERSION = "0.1.6" NUROPB_PROTOCOL_VERSION = "0.1.1" NUROPB_PROTOCOL_VERSIONS_SUPPORTED = ("0.1.1",) NUROPB_MESSAGE_TYPES = (