Skip to content

Commit

Permalink
bump to 0.1.3 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint authored Oct 20, 2022
1 parent bc495ae commit a42bec7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ceresdb-client-py"
version = "0.1.2"
version = "0.1.3"
authors = ["CeresDB Authors <ceresdbservice@gmail.com>"]
edition = "2021"

Expand All @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["sync"] }

[dependencies.ceresdb-client-rs]
git = "https://github.com/CeresDB/ceresdb-client-rs.git"
rev = "dc3f84a19a941059ab9022b4f8376121551114dc"
rev = "5d629f113a1698a0401215a040202abf76b825ff"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ceresdb-client"
version = "0.1.2"
version = "0.1.3"
description = "The python client for ceresdb."
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit a42bec7

Please sign in to comment.