Skip to content

Commit

Permalink
chore: beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed Jun 10, 2024
1 parent 552e0bc commit 36b9d70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "gcm_rs"
version = "1.0.1"
version = "1.0.2-beta"
authors = ["[email protected]"]
edition = "2021"
description = "AES-256 GCM"
Expand All @@ -28,5 +28,3 @@ subtle = "2.3"
anyhow = "1.0.86"
pyo3 = { version = "0.18", features = ["extension-module", "abi3", "abi3-py37"] }
getrandom = "0.2"


1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ dynamic = ["version"]
python-source = "packages/python/gcm_rs"
module-name = "._lib_name"
features = ["pyo3/extension-module"]

0 comments on commit 36b9d70

Please sign in to comment.