Skip to content

Commit

Permalink
Merge pull request #5 from robertbetts/develop
Browse files Browse the repository at this point in the history
Bump version to 0.1.1
  • Loading branch information
robertbetts authored Sep 5, 2023
2 parents aae5325 + 78ad6a2 commit e0c2d79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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',
Expand Down
2 changes: 1 addition & 1 deletion src/nuropb/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit e0c2d79

Please sign in to comment.