Skip to content

Commit

Permalink
Merge pull request #51 from robotics-4-all/devel
Browse files Browse the repository at this point in the history
New release from Devel
  • Loading branch information
klpanagi authored Oct 6, 2024
2 parents dab03fd + 3a6534a commit 678e00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Konstantinos Panayiotou"""
__email__ = "[email protected]"
__version__ = "0.11.4"
__version__ = "0.11.5"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "commlib-py"
version = "0.11.4"
version = "0.11.5"
dynamic = ["dependencies"]

[tool.setuptools.dynamic]
Expand All @@ -9,7 +9,7 @@ optional-dependencies = {dev = { file = ["requirements-dev.txt"] }}

[tool.poetry]
name = "commlib-py"
version = "0.11.4"
version = "0.11.5"
description = "Internal DSL for communication and messaging in CyberPhysical Systems"
authors = ["Konstantinos Panayiotou <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 678e00b

Please sign in to comment.