Skip to content

Commit

Permalink
Merge branch 'main' into dev_main
Browse files Browse the repository at this point in the history
  • Loading branch information
imda-jacksonboey authored Dec 9, 2024
2 parents 9bc4eb8 + 8d66153 commit 1e0f68f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "moonshot-data"
version = "0.4.11"
version = "0.5.0"
authors = [
{ name="The Moonshot Team", email="[email protected]" }
]
Expand All @@ -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 <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -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"
google-generativeai = "^0.8.0"

0 comments on commit 1e0f68f

Please sign in to comment.