From 9f6a99875a1486aa7dd06a11f743dfaa9f9da153 Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Thu, 21 Mar 2024 14:05:30 +0100 Subject: [PATCH] Release version 0.1.23 Signed-off-by: Wiktor Kwapisiewicz --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4b3303..f3190fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1435,7 +1435,7 @@ dependencies = [ [[package]] name = "pysequoia" -version = "0.1.22" +version = "0.1.23" dependencies = [ "anyhow", "card-backend-pcsc", diff --git a/Cargo.toml b/Cargo.toml index 6c8c252..d601a46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pysequoia" -version = "0.1.22" +version = "0.1.23" edition = "2021" description = "Python bindings for Sequoia PGP" homepage = "https://github.com/wiktor-k/pysequoia"