Skip to content

Commit 1cd25d0

Browse files
committed
bump 0.0.13
1 parent 50657a8 commit 1cd25d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fastbloomfilter"
7-
version = "0.1.0.1"
7+
version = "0.0.13"
88
description = "A fast and memory-efficient Bloom Filter implementation with memory mapping support"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/fastbloomfilter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0.1"
1+
__version__ = "0.0.13"
22
__all__ = [
33
"BloomFilter",
44
"blake2b512",

0 commit comments

Comments
 (0)