Skip to content

Commit

Permalink
chore(Release): Bump version from 1.3.3 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 3, 2023
1 parent 1049343 commit 6ba3c8f
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 = "1.3.3"
version = "1.4.0"
authors = [
{ name="Mark Szulyovszky", email="mark@dreamfaster.ai" },
{ name="Daniel Szemerey", email="daniel@dreamfaster.ai" },
Expand Down Expand Up @@ -141,7 +141,7 @@ testpaths = ["tests"]

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

0 comments on commit 6ba3c8f

Please sign in to comment.