Skip to content

Commit 4f23ddb

Browse files
committed
chore: Release
1 parent 75ddc13 commit 4f23ddb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poppy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poppy-filters"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Crate providing serializable Bloom filters implementations"
66
keywords = ["bloom-filter", "data-structure"]

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "poppy-py"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Python bindings for poppy"
66
authors = ["[email protected]"]

0 commit comments

Comments
 (0)