We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50657a8 commit 5007294Copy full SHA for 5007294
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "fastbloomfilter"
7
-version = "0.1.0.1"
+version = "0.0.12"
8
description = "A fast and memory-efficient Bloom Filter implementation with memory mapping support"
9
readme = "README.md"
10
requires-python = ">=3.11"
src/fastbloomfilter/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.0.1"
+__version__ = "0.0.12"
2
__all__ = [
3
"BloomFilter",
"blake2b512",
0 commit comments