Skip to content

Commit c21aef5

Browse files
authored
release v0.0.2 (#91)
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent bba643b commit c21aef5

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[package]
22
name = "arms"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2024"
55

66
description = "🧬 The adaptive model routing system for exploration and exploitation."
77
license = "MIT"
88
repository = "https://github.com/InftyAI/AMRS"
99
readme = "README.md"
1010
keywords = ["llmops", "ai-gateway", "ai-proxy", "sdk", "llm"]
11-
categories = ["router"]
1211

1312
[dependencies]
1413
async-openai = { version = "0.31.1", features = ["_api", "response-types", "responses", "chat-completion"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run the following Cargo command in your project directory:
3131

3232
Or add the following line to your Cargo.toml:
3333

34-
`arms = "0.0.1"`
34+
`arms = "0.0.2"`
3535

3636
## How to Use
3737

0 commit comments

Comments
 (0)