Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
]
Expand All @@ -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 <our.moonshot.team@gmail.com>"]
readme = "README.md"
Expand Down
Loading