This is an automated email from the ASF dual-hosted git repository. jiacai2050 pushed a commit to branch bump in repository https://gitbox.apache.org/repos/asf/incubator-horaedb-client-py.git
commit 1aad6e09af43f86d25ebe2ba2ed7bb7ac479c9fc Author: jiacai2050 <[email protected]> AuthorDate: Thu May 23 18:19:39 2024 +0800 chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b48935..c669559 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -800,7 +800,7 @@ dependencies = [ [[package]] name = "horaedb-client-py" -version = "1.0.0" +version = "2.0.0-rc1" dependencies = [ "cc", "horaedb-client", diff --git a/Cargo.toml b/Cargo.toml index 39f97c6..6e847f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "horaedb-client-py" -version = "1.0.0" +version = "2.0.0-rc1" authors = ["HoraeDB Authors"] edition = "2021" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
