From b78d79b1081e82f978c7a9fe980a71107cb9523c Mon Sep 17 00:00:00 2001 From: jvmncs Date: Mon, 15 Aug 2022 17:21:02 -0400 Subject: [PATCH] release 1.0.0 of hybrid_pke --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf923fd..33690ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -386,7 +386,7 @@ dependencies = [ [[package]] name = "hybrid_pke" -version = "0.2.1-dev0" +version = "1.0.0" dependencies = [ "hpke-rs", "hpke-rs-crypto", diff --git a/Cargo.toml b/Cargo.toml index 4a67536..da2c507 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hybrid_pke" -version = "0.2.1-dev0" +version = "1.0.0" edition = "2021" publish = false diff --git a/pyproject.toml b/pyproject.toml index 65b7bc0..e77f406 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "hybrid_pke" description = "The Hybrid Public Key Encryption (HPKE) standard in Python" -version = "0.2.1-dev0" # NOTE: auto-updated during release +version = "1.0.0" # NOTE: auto-updated during release requires-python = ">=3.8" readme = "README.md" license = { file = "LICENSE" }