From 86312e931119b96050da48e805ea3aa8a7e3f39e Mon Sep 17 00:00:00 2001 From: evan Date: Tue, 30 Jul 2024 13:31:15 -0500 Subject: [PATCH] bump version --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3b2247..dee91f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,8 @@ [project] name = "pykeepass" -version = "4.1.0-post2" +# setuptools normalizes semver '-' to '.' +# avoid using hyphens: 1.2.3.post1 +version = "4.1.0.post1" readme = "README.rst" description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)" authors = [