Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Jul 30, 2024
1 parent 56a8159 commit c57de4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ lock:
tag:
# tag git commit
git add requirements.txt
git add pyproject.toml
git add CHANGELOG.rst
git commit -m "bump version"
git tag -a v$(version) -m "version $(version)"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pykeepass"
version = "4.1.0"
version = "4.1.0-post1"
readme = "README.rst"
description = "Python library to interact with keepass databases (supports KDBX3 and KDBX4)"
authors = [
Expand Down

0 comments on commit c57de4a

Please sign in to comment.