From 23f9923364835113ac00e7022d8131665d527663 Mon Sep 17 00:00:00 2001 From: jvmncs Date: Thu, 4 Aug 2022 10:06:56 -0400 Subject: [PATCH] release 0.2.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 63f49c3..be17f7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "hpke_spec" -version = "0.1.2-dev0" +version = "0.2.0" dependencies = [ "hacspec-lib", "hpke", diff --git a/Cargo.toml b/Cargo.toml index 0b89250..77a9ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hpke_spec" -version = "0.1.2-dev0" +version = "0.2.0" edition = "2021" publish = false diff --git a/pyproject.toml b/pyproject.toml index 594c14a..54d0ebf 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.2-dev0" # NOTE: auto-updated during release +version = "0.2.0" # NOTE: auto-updated during release requires-python = ">=3.8" readme = "README.md" license = { file = "LICENSE" }