File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
moonshot/integrations/web_api Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33![ Moonshot Logo] ( https://github.com/aiverify-foundation/moonshot/raw/main/misc/aiverify-moonshot-logo.png )
44
5- ** Version 0.6.4 **
5+ ** Version 0.7.0 **
66
77A simple and modular tool to evaluate any LLM-based AI systems.
88
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def create_app(cfg: providers.Configuration) -> CustomFastAPI:
7171 }
7272
7373 app : CustomFastAPI = CustomFastAPI (
74- title = "Project Moonshot" , version = "0.6.4 " , ** app_kwargs
74+ title = "Project Moonshot" , version = "0.7.0 " , ** app_kwargs
7575 )
7676
7777 if cfg .cors .enabled ():
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " aiverify-moonshot"
7- version = " 0.6.4 "
7+ version = " 0.7.0 "
88authors = [
99 { name =" AI Verify Foundation" , email =" info@aiverify.sg" }
1010]
@@ -110,7 +110,7 @@ allow-direct-references = true
110110
111111[tool .poetry ]
112112name = " aiverify-moonshot"
113- version = " 0.6.4 "
113+ version = " 0.7.0 "
114114description = " A simple and modular tool to evaluate and red-team any LLM application."
115115authors = [" The Moonshot Team <our.moonshot.team@gmail.com>" ]
116116readme = " README.md"
You can’t perform that action at this time.
0 commit comments