Skip to content

Commit

Permalink
chore(Release): Bump version from 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 3, 2023
1 parent 6c02f72 commit 75ecfdb
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
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "krisi"
version = "0.1.1"
version = "0.1.2"
authors = [
{ name="Mark Szulyovszky", email="mark@dreamfaster.ai" },
{ name="Daniel Szemerey", email="daniel@dreamfaster.ai" },
Expand Down Expand Up @@ -139,7 +139,7 @@ testpaths = ["tests"]

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

0 comments on commit 75ecfdb

Please sign in to comment.