Skip to content

Commit fbda2ce

Browse files
authored
Merge pull request #3 from birdup000/main
Bump version from 0.1.0 to 0.2.0
2 parents f0d792b + 35ed492 commit fbda2ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add this to your `Cargo.toml`:
3232

3333
```toml
3434
[dependencies]
35-
agixt-sdk = "0.1.0"
35+
agixt-sdk = "0.2.0"
3636
```
3737

3838
## Quick Start

agixt-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agixt-sdk"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "Rust SDK for AGiXT - A powerful AI agent framework"
66
authors = ["AGiXT Team"]

agixt-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add this to your `Cargo.toml`:
3232

3333
```toml
3434
[dependencies]
35-
agixt-sdk = "0.1.0"
35+
agixt-sdk = "0.2.0"
3636
```
3737

3838
## Quick Start

0 commit comments

Comments
 (0)