From 3a6534a2b25d04b9dc3d2b406574d7f7ad892407 Mon Sep 17 00:00:00 2001 From: Konstantinos Panayiotou Date: Sun, 6 Oct 2024 19:28:58 +0300 Subject: [PATCH] Changes version for new release --- commlib/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"