diff --git a/pyproject.toml b/pyproject.toml index 696ba3f..d9e6ffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "moonshot-data" -version = "0.4.11" +version = "0.5.0" authors = [ { name="The Moonshot Team", email="our.moonshot.team@gmail.com" } ] @@ -17,7 +17,7 @@ classifiers = [ [tool.poetry] name = "moonshot-data" -version = "0.4.11" +version = "0.5.0" 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" @@ -51,4 +51,4 @@ torchvision = "^0.19.1" datasets = "^2.21.0" pydantic = "2.8.2" ragas = "^0.1.18" -google-generativeai = "^0.8.0" \ No newline at end of file +google-generativeai = "^0.8.0"