Skip to content

Commit

Permalink
Merge pull request #19 from robertbetts/develop
Browse files Browse the repository at this point in the history
Bumping version to 0.1.6
  • Loading branch information
robertbetts authored Sep 26, 2023
2 parents d2da7cc + 89e1b62 commit fffeb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
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.3"
NUROPB_VERSION = "0.1.6"
NUROPB_PROTOCOL_VERSION = "0.1.1"
NUROPB_PROTOCOL_VERSIONS_SUPPORTED = ("0.1.1",)
NUROPB_MESSAGE_TYPES = (
Expand Down

0 comments on commit fffeb9a

Please sign in to comment.