Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
imda-jacksonboey authored Oct 8, 2024
1 parent 1cf726b commit beb5aad
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.5"
version = "0.4.9"
authors = [
{ name="The Moonshot Team", email="[email protected]" }
]
Expand All @@ -17,7 +17,7 @@ classifiers = [

[tool.poetry]
name = "moonshot-data"
version = "0.4.5"
version = "0.4.9"
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 @@ -50,4 +50,4 @@ torchmetrics = "1.4.2"
torchvision = "0.19.1"
datasets = "2.21.0"
pydantic = "2.8.2"
google-generativeai = "0.8.0"
google-generativeai = "0.8.0"

0 comments on commit beb5aad

Please sign in to comment.