Skip to content

Commit

Permalink
Merge pull request #1191 from oom-ai/chore/bump-up-version
Browse files Browse the repository at this point in the history
Bump up version to v0.1.0
  • Loading branch information
wfxr authored Feb 14, 2022
2 parents 15aabc6 + 286f890 commit 1bf1c82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sdk/python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oomclient-py"
version = "0.1.0-rc.1"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -9,7 +9,7 @@ name = "oomclient"
crate-type = ["cdylib"]

[dependencies]
oomclient = "0.1.0-rc.10"
oomclient = "0.1.0"
pyo3-asyncio = { version = "0.15", features = ["tokio-runtime"] }
pyo3 = { version = "0.15", features = ["extension-module"] }
tokio = { version = "1.15", features = ["macros", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oomclient"
version = "0.1.0-rc.10"
version = "0.1.0"
edition = "2021"
authors = ["Wenxuan Zhang <[email protected]>"]
description = "oomstore client for rust"
Expand Down

0 comments on commit 1bf1c82

Please sign in to comment.