diff --git a/pyproject.toml b/pyproject.toml index 1852712..01a870e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kafkoroutine" -version = "0.1.3" +version = "0.1.4" description = "Asynchronous wrappers for kafka-python, integrating Kafka with Python's asyncio." authors = ["Michal Polit "] readme = "README.md"