Skip to content

Commit

Permalink
Bump version 0.9.0 -> 0.9.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chivier authored Nov 18, 2024
1 parent b09844e commit 27208a2
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 = "nerif"
version = "0.9.0"
version = "0.9.1"
description = "LLM powered Python"
readme = "README.md"
authors = [{ name = "Chivier Humber" }]
Expand Down Expand Up @@ -36,7 +36,7 @@ dev = ["bumpver", "ruff", "pip-tools", "pytest", "ipython", "isort"]
Homepage = "https://github.com/Nerif-AI/nerif"

[tool.bumpver]
current_version = "0.9.0"
current_version = "0.9.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 27208a2

Please sign in to comment.