From 976d73b359e2b87f46fe94971be8ee118db0fd48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Gruszczy=C5=84ski?= Date: Mon, 9 Sep 2024 10:50:29 +0200 Subject: [PATCH] chore: version 1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e26dc6f..5e63551 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="pikachu", - version="1.3", + version="1.4", author="Maciej GruszczyƄski", author_email="maciejgruszczynski@surferseo.com", description="Wrapper around pika inspired by lapin for convenient AMQP operations in Python APIs",