Skip to content

Commit d8e82af

Browse files
committed
version to 1.0.19
1 parent ef77082 commit d8e82af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/python/pyproject.toml

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

55
[project]
66
name = "lattica"
7-
version = "1.0.18"
7+
version = "1.0.19"
88
description = "A unified Python SDK for P2P networking with integrated DHT and NAT capabilities"
99
readme = "README.md"
1010
license = {text = "MIT"}
@@ -127,4 +127,4 @@ exclude_lines = [
127127
"if __name__ == .__main__.:",
128128
"class .*\\bProtocol\\):",
129129
"@(abc\\.)?abstractmethod",
130-
]
130+
]

0 commit comments

Comments
 (0)