Skip to content

Commit 3c48baf

Browse files
committed
Bump version to 0.8.0b3 in source files
Signed-off-by: DavidOsipov <personal@david-osipov.vision>
1 parent 15eb6a4 commit 3c48baf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

feldman_vss.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) Implementation
33
4-
Version 0.8.0b2
4+
Version 0.8.0b3
55
Developed in 2025 by David Osipov
66
Licensed under the MIT License
77
@@ -190,7 +190,7 @@
190190
logger = logging.getLogger("feldman_vss")
191191

192192
# Security parameters
193-
VSS_VERSION = "VSS-0.8.0b2"
193+
VSS_VERSION = "VSS-0.8.0b3"
194194
# Minimum size for secure prime fields for post-quantum security
195195
MIN_PRIME_BITS = 4096
196196

pyproject.toml

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

55
[project]
66
name = "PostQuantum-Feldman-VSS"
7-
version = "0.8.0b2"
7+
version = "0.8.0b3"
88
authors = [
99
{ name = "David Osipov", email = "personal@david-osipov.vision" },
1010
]

0 commit comments

Comments
 (0)