diff --git a/pyproject.toml b/pyproject.toml index 9e1c711..69acefd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "superclient" -version = "1.0.0" +version = "0.1.1" description = "Superstream optimisation library for Kafka producers" authors = [{name = "Superstream Labs", email = "support@superstream.ai"}] license = "Apache-2.0" @@ -30,4 +30,4 @@ packages = ["superclient", "superclient.agent", "superclient.core", "superclient include-package-data = true [tool.setuptools.package-data] -"superclient" = ["py.typed", "*.pth"] \ No newline at end of file +"superclient" = ["py.typed", "*.pth"]