Skip to content

Commit 0105b90

Browse files
committed
update version number
1 parent f219006 commit 0105b90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dilithium-py"
7-
version = "1.1.0"
7+
version = "1.3.0"
88
requires-python = ">= 3.9"
99
description = "A pure python implementation of ML-DSA (FIPS 204)"
1010
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="dilithium-py",
5-
version="1.1.0",
5+
version="1.3.0",
66
python_requires=">=3.9",
77
description="A pure python implementation of ML-DSA (FIPS 204)",
88
long_description=open("README.md").read(),

0 commit comments

Comments
 (0)