From c0e478daee7d81f9cfd788f5914076dae5091691 Mon Sep 17 00:00:00 2001 From: Mark Kurtz Date: Fri, 18 Apr 2025 21:09:37 +0000 Subject: [PATCH] Update version on main to 0.3.0 to begin work on the next release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e27a12b..af93ae55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ include = ["*"] [project] name = "guidellm" -version = "0.2.0" +version = "0.3.0" description = "Guidance platform for deploying and managing large language models." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.9.0,<4.0"