Skip to content

Commit 4e9bb20

Browse files
Merge pull request #3 from superstreamlabs/aline-version
Update pyproject.toml
2 parents e446a56 + 3944ae3 commit 4e9bb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "superclient"
7-
version = "1.0.0"
7+
version = "0.1.1"
88
description = "Superstream optimisation library for Kafka producers"
99
authors = [{name = "Superstream Labs", email = "[email protected]"}]
1010
license = "Apache-2.0"
@@ -30,4 +30,4 @@ packages = ["superclient", "superclient.agent", "superclient.core", "superclient
3030
include-package-data = true
3131

3232
[tool.setuptools.package-data]
33-
"superclient" = ["py.typed", "*.pth"]
33+
"superclient" = ["py.typed", "*.pth"]

0 commit comments

Comments
 (0)