From 58cf8dfa587ccd7e860c638371386d8a39ada207 Mon Sep 17 00:00:00 2001 From: jvmncs Date: Tue, 26 Jul 2022 13:13:59 -0400 Subject: [PATCH] release 0.1.0 of hpke_spec --- 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 e262a23..ca9b85c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "hpke_spec" -version = "0.1.0-rc.1" +version = "0.1.0" dependencies = [ "hacspec-lib", "hpke", diff --git a/Cargo.toml b/Cargo.toml index f83bdcc..b1bf0a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hpke_spec" -version = "0.1.0-rc.1" +version = "0.1.0" edition = "2021" publish = false diff --git a/pyproject.toml b/pyproject.toml index c86ea82..a11cb95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "maturin" [project] name = "hpke_spec" description = "The Hybrid Public Key Encryption (HPKE) standard in Python" -version = "0.1.0-rc.1" # NOTE: auto-updated during release +version="0.1.0" # NOTE: auto-updated during release requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust",