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 1cafed2 commit 326b052Copy full SHA for 326b052
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "krisi"
7
-version = "1.0.1"
+version = "1.1.0"
8
authors = [
9
{ name="Mark Szulyovszky", email="mark@dreamfaster.ai" },
10
{ name="Daniel Szemerey", email="daniel@dreamfaster.ai" },
@@ -138,7 +138,7 @@ testpaths = ["tests"]
138
139
# bumpver command: ``bumpver update --patch``
140
[tool.bumpver]
141
-current_version = "1.0.1"
+current_version = "1.1.0"
142
version_pattern = "MAJOR.MINOR.PATCH"
143
commit_message = "chore(Release): Bump version from {old_version} -> {new_version}"
144
commit = true
0 commit comments