diff --git a/pyproject.toml b/pyproject.toml index b48f7f8..a2e724d 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 = (