From 2ff4fa15fe2b68f044a8e7a171decb27db644e48 Mon Sep 17 00:00:00 2001 From: Muspi Merol Date: Wed, 9 Oct 2024 22:44:16 +0800 Subject: [PATCH] chore: release 0.3.4.10 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 8de969d..e88234d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "promplate" -version = "0.3.4.9" +version = "0.3.4.10" description = "Prompt engineering framework for humans" homepage = "https://promplate.dev/" documentation = "https://docs.py.promplate.dev/"