From 424f7dbe5c9cf9f725fab1fe81f78bee63242d1a Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Thu, 23 Jul 2026 11:46:47 -0400 Subject: [PATCH] Bump version to 0.16.1-dev Open the next development cycle now that 0.16.0 is tagged and released. Any "-dev" suffix makes the runtime auto-installer clone liboqs main instead of looking for a matching release tag, so the tree tracks liboqs HEAD until the next release is prepared. CI's VERSION stays at 0.16.0 (the last released liboqs) since there is no liboqs 0.16.1 tag to build against yet. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Douglas Stebila --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05c499b..a71bdaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "liboqs-python" requires-python = ">=3.10" -version = "0.16.0" +version = "0.16.1-dev" description = "Python bindings for liboqs, providing post-quantum public key cryptography algorithms" authors = [ { name = "Open Quantum Safe project", email = "contact@openquantumsafe.org" },