We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f80da commit 86312e9Copy full SHA for 86312e9
1 file changed
pyproject.toml
@@ -1,6 +1,8 @@
1
[project]
2
name = "pykeepass"
3
-version = "4.1.0-post2"
+# setuptools normalizes semver '-' to '.'
4
+# avoid using hyphens: 1.2.3.post1
5
+version = "4.1.0.post1"
6
readme = "README.rst"
7
description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
8
authors = [
0 commit comments