From 6362d99b14c83c1ba419ad4a899ae161be4afb82 Mon Sep 17 00:00:00 2001 From: Mattias Aabmets Date: Mon, 5 Feb 2024 00:09:48 +0200 Subject: [PATCH] 0.4.1 --- .devtools | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devtools b/.devtools index 7745716..b6f1972 100644 --- a/.devtools +++ b/.devtools @@ -16,7 +16,7 @@ "file_name": "mit.json" }, "version_cmd": { - "app_version": "0.4.0", + "app_version": "0.4.1", "track_descriptor": true, "track_chart": false, "components": [ diff --git a/pyproject.toml b/pyproject.toml index bc38145..b68be19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quantcrypt" -version = "0.4.0" +version = "0.4.1" description = "Cross-platform Python library for Post-Quantum Cryptography using precompiled PQClean binaries" authors = ["Mattias Aabmets "] license = "MIT"