Skip to content

Commit c57de4a

Browse files
committed
bump version
1 parent 56a8159 commit c57de4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ lock:
3434
tag:
3535
# tag git commit
3636
git add requirements.txt
37+
git add pyproject.toml
3738
git add CHANGELOG.rst
3839
git commit -m "bump version"
3940
git tag -a v$(version) -m "version $(version)"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pykeepass"
3-
version = "4.1.0"
3+
version = "4.1.0-post1"
44
readme = "README.rst"
55
description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
66
authors = [

0 commit comments

Comments
 (0)