From 0d681a6ac05a7469bd0493cba288fb15d6cb7438 Mon Sep 17 00:00:00 2001 From: Konstantinos Panayiotou Date: Thu, 29 Feb 2024 00:34:00 +0200 Subject: [PATCH] Updates version --- commlib/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"