From 497092298b440e641fa7d61ecd0cb11cf8bd888e Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Tue, 27 Feb 2024 22:39:58 -0400 Subject: [PATCH] fix: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93751c6..b7f6966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "instructor" -version = "0.6.1" +version = "0.6.2" description = "structured outputs for llm" authors = ["Jason Liu "] license = "MIT"