We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f219006 commit 0105b90Copy full SHA for 0105b90
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "dilithium-py"
7
-version = "1.1.0"
+version = "1.3.0"
8
requires-python = ">= 3.9"
9
description = "A pure python implementation of ML-DSA (FIPS 204)"
10
readme = "README.md"
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
name="dilithium-py",
- version="1.1.0",
+ version="1.3.0",
python_requires=">=3.9",
description="A pure python implementation of ML-DSA (FIPS 204)",
long_description=open("README.md").read(),
0 commit comments