Skip to content

Commit

Permalink
chore(Release): Bump version from 1.2.0 -> 1.2.1
Browse files Browse the repository at this point in the history
github-actions[bot] committed Aug 10, 2023

Verified

This commit was signed with the committer’s verified signature.
MikaelFangel Mikael Fangel
1 parent 526fa08 commit 9a17ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "krisi"
version = "1.2.0"
version = "1.2.1"
authors = [
{ name="Mark Szulyovszky", email="mark@dreamfaster.ai" },
{ name="Daniel Szemerey", email="daniel@dreamfaster.ai" },
@@ -141,7 +141,7 @@ testpaths = ["tests"]

# bumpver command: ``bumpver update --patch``
[tool.bumpver]
current_version = "1.2.0"
current_version = "1.2.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "chore(Release): Bump version from {old_version} -> {new_version}"
commit = true

0 comments on commit 9a17ae0

Please sign in to comment.