From bdc0fad2514c8b3de21c38c3e3cc114fe7b587c7 Mon Sep 17 00:00:00 2001 From: Abby Harrison <54643756+awharrison-28@users.noreply.github.com> Date: Tue, 30 May 2023 11:58:25 -0700 Subject: [PATCH] Bump python release number - 0.2.9.dev (#1277) ### Motivation and Context New version number for next SK Python release --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index eaa18362d74b..031c0791ad20 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-kernel" -version = "0.2.8.dev" +version = "0.2.9.dev" description = "" authors = ["Microsoft "] readme = "pip/README.md"