Skip to content

Commit c5ed76c

Browse files
committed
bump version to 1.1.1
1 parent 4c1f2be commit c5ed76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ exclude = ["tests"]
4242
"*" = ["*.md"]
4343

4444
[tool.bumpver]
45-
current_version = "1.1.0"
45+
current_version = "1.1.1"
4646
version_pattern = "MAJOR.MINOR.PATCH"
4747
commit = true
4848
tag = true

src/guildmaster/__init__.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)