From 6ca4bdeb0689ad65de48e772f57f88485eb7ad2c Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 24 Oct 2024 21:58:46 -0400 Subject: [PATCH] bump to 0.2.0-beta.1 --- Cargo.lock | 2 +- obstore/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09fa07d7..f6943f20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,7 +1164,7 @@ dependencies = [ [[package]] name = "object-store-py" -version = "0.1.0" +version = "0.2.0-beta.1" dependencies = [ "arrow", "bytes", diff --git a/obstore/Cargo.toml b/obstore/Cargo.toml index f73134bc..5236298b 100644 --- a/obstore/Cargo.toml +++ b/obstore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "object-store-py" -version = "0.1.0" +version = "0.2.0-beta.1" authors = { workspace = true } edition = { workspace = true } description = "A Python interface to the Rust object_store crate, providing a uniform API for interacting with object storage services and local files."