Skip to content

Commit 07bf0f3

Browse files
dstebilaclaude
andcommitted
Bump version to 0.16.0-dev; track liboqs main for -dev builds
liboqs-python 0.13/0.14/0.15 were never released; jumping directly to 0.16.0 to realign with the upcoming liboqs 0.16.0. Auto-install treats any "-dev" suffix as "clone liboqs main" since no matching tag exists yet. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9ab93b6 commit 07bf0f3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

oqs/oqs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ def _install_liboqs(
170170
if oqs_version_to_install is None:
171171
pass
172172

173+
elif oqs_version_to_install.endswith("-dev"):
174+
# Pre-release dev versions of liboqs-python track liboqs main
175+
oqs_version_to_install = None
176+
173177
elif "rc" in oqs_version_to_install:
174178
# removed the "-" from the version string
175179
tmp = oqs_version_to_install.split("rc")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "liboqs-python"
33
requires-python = ">=3.9"
4-
version = "0.14.0"
4+
version = "0.16.0-dev"
55
description = "Python bindings for liboqs, providing post-quantum public key cryptography algorithms"
66
authors = [
77
{ name = "Open Quantum Safe project", email = "contact@openquantumsafe.org" },

0 commit comments

Comments
 (0)