Skip to content

Commit

Permalink
release 1.0.0 of hybrid_pke
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmncs committed Aug 15, 2022
1 parent fc233af commit b78d79b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hybrid_pke"
version = "0.2.1-dev0"
version = "1.0.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit b78d79b

Please sign in to comment.