Skip to content

Commit 86312e9

Browse files
committed
bump version
1 parent 49f80da commit 86312e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[project]
22
name = "pykeepass"
3-
version = "4.1.0-post2"
3+
# setuptools normalizes semver '-' to '.'
4+
# avoid using hyphens: 1.2.3.post1
5+
version = "4.1.0.post1"
46
readme = "README.rst"
57
description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
68
authors = [

0 commit comments

Comments
 (0)