Skip to content

Commit 326b052

Browse files
chore(Release): Bump version from 1.0.1 -> 1.1.0
1 parent 1cafed2 commit 326b052

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 = "1.0.1"
7+
version = "1.1.0"
88
authors = [
99
{ name="Mark Szulyovszky", email="mark@dreamfaster.ai" },
1010
{ name="Daniel Szemerey", email="daniel@dreamfaster.ai" },
@@ -138,7 +138,7 @@ testpaths = ["tests"]
138138

139139
# bumpver command: ``bumpver update --patch``
140140
[tool.bumpver]
141-
current_version = "1.0.1"
141+
current_version = "1.1.0"
142142
version_pattern = "MAJOR.MINOR.PATCH"
143143
commit_message = "chore(Release): Bump version from {old_version} -> {new_version}"
144144
commit = true

0 commit comments

Comments
 (0)