From 78ad6a271d03ea417a8a90b2a4e44342e1be9d5d Mon Sep 17 00:00:00 2001 From: Robert Betts Date: Tue, 5 Sep 2023 08:12:35 +0100 Subject: [PATCH] Bump version to 0.1.1 --- pyproject.toml | 6 +++--- src/nuropb/interface.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 111960e..fb34eb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "nuropb" -version = "0.1.0" -description = "NuroPb is a messaging pattern for building distributed systems." +version = "0.1.1" +description = "NuroPb - A Distributed Event Driven Service Mesh" authors = ["Robert Betts "] readme = "README.md" homepage = "https://github.com/robertbetts/nuropb" repository = "https://github.com/robertbetts/nuropb" -keywords = ["python", "api", "event", "rpc", "distributed", "edd"] +keywords = ["python", "asynchrous", "api", "event", "rpc", "distributed", "edd", "sevice-mesh"] classifiers = [ 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.10', diff --git a/src/nuropb/interface.py b/src/nuropb/interface.py index 8fbc5b2..7009285 100644 --- a/src/nuropb/interface.py +++ b/src/nuropb/interface.py @@ -15,7 +15,7 @@ logger = logging.getLogger(__name__) -NUROPB_VERSION = "0.1.0" +NUROPB_VERSION = "0.1.1" NUROPB_PROTOCOL_VERSION = "0.1.0" NUROPB_PROTOCOL_VERSIONS_SUPPORTED = ("0.1.0",) NUROPB_MESSAGE_TYPES = (