Skip to content

Commit 00dee82

Browse files
chore(Release): Bump version from 0.1.0 -> 0.1.1
1 parent 34ca931 commit 00dee82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "krisi"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [
99
{ name="Mark Szulyovszky", email="mark@dreamfaster.ai" },
1010
{ name="Daniel Szemerey", email="daniel@dreamfaster.ai" },
@@ -137,7 +137,7 @@ testpaths = ["tests"]
137137

138138
# bumpver command: ``bumpver update --patch``
139139
[tool.bumpver]
140-
current_version = "0.1.0"
140+
current_version = "0.1.1"
141141
version_pattern = "MAJOR.MINOR.PATCH"
142142
commit_message = "chore(Release): Bump version from {old_version} -> {new_version}"
143143
commit = true

0 commit comments

Comments
 (0)