From 692cbe1d32ccbfbe71a53b29c63214b16e6c4d3b Mon Sep 17 00:00:00 2001 From: OldPanda Date: Sun, 17 Sep 2023 21:21:20 -0700 Subject: [PATCH] Bump version to 1.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba1f703..1e2e36a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ license = {file = "LICENSE"} name = "bloomfilter-py" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.8" -version = "1.dev0" +version = "1.0.0" [project.urls] Documentation = "https://github.com/OldPanda/bloomfilter-py/blob/master/README.md"