We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a8159 commit c57de4aCopy full SHA for c57de4a
Makefile
@@ -34,6 +34,7 @@ lock:
34
tag:
35
# tag git commit
36
git add requirements.txt
37
+ git add pyproject.toml
38
git add CHANGELOG.rst
39
git commit -m "bump version"
40
git tag -a v$(version) -m "version $(version)"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pykeepass"
3
-version = "4.1.0"
+version = "4.1.0-post1"
4
readme = "README.rst"
5
description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
6
authors = [
0 commit comments