We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef77082 commit d8e82afCopy full SHA for d8e82af
bindings/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
5
[project]
6
name = "lattica"
7
-version = "1.0.18"
+version = "1.0.19"
8
description = "A unified Python SDK for P2P networking with integrated DHT and NAT capabilities"
9
readme = "README.md"
10
license = {text = "MIT"}
@@ -127,4 +127,4 @@ exclude_lines = [
127
"if __name__ == .__main__.:",
128
"class .*\\bProtocol\\):",
129
"@(abc\\.)?abstractmethod",
130
-]
+]
0 commit comments