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 4c1f2be commit c5ed76cCopy full SHA for c5ed76c
pyproject.toml
@@ -42,7 +42,7 @@ exclude = ["tests"]
42
"*" = ["*.md"]
43
44
[tool.bumpver]
45
-current_version = "1.1.0"
+current_version = "1.1.1"
46
version_pattern = "MAJOR.MINOR.PATCH"
47
commit = true
48
tag = true
src/guildmaster/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.1.0"
+__version__ = "1.1.1"
0 commit comments