From d9af0d0981a8f5f1df457db54b8d83dbdc865634 Mon Sep 17 00:00:00 2001 From: Stanislav Hejny Date: Fri, 28 Feb 2025 00:15:00 +0000 Subject: [PATCH] Bump-up project version to enable publish to PyPI --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99e3414..750bec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "amq_adapter" -version = "0.2.1" +version = "0.2.2" description = "The Python implementation of the AMQ Adaptor for CleverMicro" readme = "README.md" license = { text = "Apache License 2.0" }