We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbc00e commit 97707d4Copy full SHA for 97707d4
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "python-vaultwarden"
7
-version = "1.1.0"
+version = "1.1.1"
8
description = "Admin Vaultwarden and Simple Bitwarden Python Client"
9
authors = [
10
{ name = "Lyonel Martinez", email = "[email protected]" },
@@ -145,7 +145,7 @@ plugins = [
145
]
146
147
[tool.commitizen]
148
149
tag_format = "$version"
150
update_changelog_on_bump = true
151
version_files = [
src/vaultwarden/__version__.py
@@ -1 +1 @@
1
-__version__ = "1.1.0"
+__version__ = "1.1.1"
0 commit comments