diff --git a/pyproject.toml b/pyproject.toml index 703b961..b1f306c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }] @@ -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