From c23ab9d287106a61d2043e90d1e585cadd119526 Mon Sep 17 00:00:00 2001 From: aivf-kaydenyip Date: Thu, 5 Feb 2026 13:04:51 +0800 Subject: [PATCH] [WS-303] Skip 0.7.5 to 0.7.6 version due to cmd2 versioning --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa663eb..975f757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "moonshot-data" -version = "0.7.5" +version = "0.7.6" authors = [ { name="The Moonshot Team", email="our.moonshot.team@gmail.com" } ] @@ -17,7 +17,7 @@ classifiers = [ [tool.poetry] name = "moonshot-data" -version = "0.7.5" +version = "0.7.6" description = "A collection of data(e.g. llm connectors, benchmark tests) that can be used with the Moonshot toolkit." authors = ["The Moonshot Team "] readme = "README.md"