diff --git a/pyproject.toml b/pyproject.toml index 4f32f80..ac9009b 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" 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 = (