diff --git a/pyproject.toml b/pyproject.toml index b998c7a..124e2bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "amq_adapter" -version = "0.2.3" +version = "0.2.4" description = "The Python implementation of the AMQ Adaptor for CleverMicro" readme = "README.md" license = { text = "Apache License 2.0" } diff --git a/setup.py b/setup.py index a976db4..df6c0be 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="amqp", - version="0.2.3", + version="0.2.4", author="Stanislav Hejny", author_email="stanislav.hejny@cleverthis.com", description="Adapter for RabbitMQ to integrate a CleverThis python-code Service with CleverMicro platform",