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