From 27208a236028e5b7c2f7e5bf1ee5b787f3ca0584 Mon Sep 17 00:00:00 2001 From: Yeqi Huang Date: Mon, 18 Nov 2024 00:50:45 +0000 Subject: [PATCH] Bump version 0.9.0 -> 0.9.1 (#40) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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