Skip to content

Commit 97707d4

Browse files
committed
bump: version 1.1.0 to 1.1.1
1 parent 4bbc00e commit 97707d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "python-vaultwarden"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Admin Vaultwarden and Simple Bitwarden Python Client"
99
authors = [
1010
{ name = "Lyonel Martinez", email = "lyonel.martinez@numberly.com" },
@@ -145,7 +145,7 @@ plugins = [
145145
]
146146

147147
[tool.commitizen]
148-
version = "1.1.0"
148+
version = "1.1.1"
149149
tag_format = "$version"
150150
update_changelog_on_bump = true
151151
version_files = [

src/vaultwarden/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)