We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144513b commit 4116aebCopy full SHA for 4116aeb
pyproject.toml
@@ -42,7 +42,7 @@ exclude = ["tests"]
42
"*" = ["*.md"]
43
44
[tool.bumpver]
45
-current_version = "1.1.2"
+current_version = "1.1.3"
46
version_pattern = "MAJOR.MINOR.PATCH"
47
commit = true
48
tag = true
src/guildmaster/__init__.py
@@ -3,4 +3,4 @@
3
It initializes the package and sets the version.
4
"""
5
6
-__version__ = "1.1.2"
+__version__ = "1.1.3"
0 commit comments