diff --git a/commlib/__init__.py b/commlib/__init__.py index 44a3ebd..551bb0e 100644 --- a/commlib/__init__.py +++ b/commlib/__init__.py @@ -2,4 +2,4 @@ __author__ = """Konstantinos Panayiotou""" __email__ = "klpanagi@gmail.com" -__version__ = "0.11.3" +__version__ = "0.11.4" diff --git a/pyproject.toml b/pyproject.toml index 17ddcbc..4a88544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ optional-dependencies = {dev = { file = ["requirements-dev.txt"] }} [tool.poetry] name = "commlib-py" -version = "0.11.3" +version = "0.11.4" description = "Internal DSL for communication and messaging in CyberPhysical Systems" authors = ["Konstantinos Panayiotou "] readme = "README.md"