diff --git a/commlib/__init__.py b/commlib/__init__.py index 5e1e429..8a54e8a 100644 --- a/commlib/__init__.py +++ b/commlib/__init__.py @@ -2,4 +2,4 @@ __author__ = """Konstantinos Panayiotou""" __email__ = 'klpanagi@gmail.com' -__version__ = "0.10.5" +__version__ = "0.10.6" diff --git a/pyproject.toml b/pyproject.toml index 5c0fb7c..a55683f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "commlib-py" -version = "0.10.5" +version = "0.10.6" description = "Internal DSL for communication and messaging in CPS" authors = ["Konstantinos Panayiotou "] readme = "README.md"