Skip to content

Commit 30f1e36

Browse files
Merge pull request #431 from aiverify-foundation/dev_main
[Release 0.7.0] New features for IMDA Starter Kit
2 parents 4318d67 + c3c985a commit 30f1e36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

77
A simple and modular tool to evaluate any LLM-based AI systems.
88

moonshot/integrations/web_api/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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():

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "aiverify-moonshot"
7-
version = "0.6.4"
7+
version = "0.7.0"
88
authors = [
99
{ name="AI Verify Foundation", email="[email protected]" }
1010
]
@@ -110,7 +110,7 @@ allow-direct-references = true
110110

111111
[tool.poetry]
112112
name = "aiverify-moonshot"
113-
version = "0.6.4"
113+
version = "0.7.0"
114114
description = "A simple and modular tool to evaluate and red-team any LLM application."
115115
authors = ["The Moonshot Team <[email protected]>"]
116116
readme = "README.md"

0 commit comments

Comments
 (0)