diff --git a/commlib/__init__.py b/commlib/__init__.py index 551bb0e..b0881e2 100644 --- a/commlib/__init__.py +++ b/commlib/__init__.py @@ -2,4 +2,4 @@ __author__ = """Konstantinos Panayiotou""" __email__ = "klpanagi@gmail.com" -__version__ = "0.11.4" +__version__ = "0.11.5" diff --git a/pyproject.toml b/pyproject.toml index 3c95a73..3e52cd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "commlib-py" -version = "0.11.4" +version = "0.11.5" dynamic = ["dependencies"] [tool.setuptools.dynamic] @@ -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 "] readme = "README.md"