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"