From 81e9997f9ccd1f5ca97b6f722414cd29d6840211 Mon Sep 17 00:00:00 2001 From: OldPanda Date: Sat, 10 Aug 2024 14:01:52 -0700 Subject: [PATCH] bump version to 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df70a4d..66aa97d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ license = {file = "LICENSE"} name = "bloomfilter-py" readme = {file = "README.md", content-type = "text/markdown"} requires-python = ">=3.8" -version = "1.dev0" +version = "1.1.0" [project.urls] Documentation = "https://github.com/OldPanda/bloomfilter-py/blob/master/README.md"