Skip to content

Commit 4cb6b9c

Browse files
committed
bump version to 1.1.2
1 parent db0db4f commit 4cb6b9c

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.1"
45+
current_version = "1.1.2"
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
@@ -3,4 +3,4 @@
33
It initializes the package and sets the version.
44
"""
55

6-
__version__ = "1.1.1"
6+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)