From 074fc306fdc6f5ac3030d8f8670a17399d8a4830 Mon Sep 17 00:00:00 2001 From: Michal Polit Date: Wed, 11 Dec 2024 22:13:37 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc099f5..484a6bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kafkoroutine" -version = "0.1.5" +version = "0.1.6" description = "Asynchronous wrappers for kafka-python, integrating Kafka with Python's asyncio." authors = ["Michal Polit "] readme = "README.md"