diff --git a/Cargo.lock b/Cargo.lock index 59b6c69..abc8f43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1008,7 +1008,7 @@ dependencies = [ [[package]] name = "object-store-python" -version = "0.0.9" +version = "0.1.0" dependencies = [ "async-trait", "bytes", diff --git a/object-store/Cargo.toml b/object-store/Cargo.toml index d6f7c73..8c9a229 100644 --- a/object-store/Cargo.toml +++ b/object-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "object-store-python" -version = "0.0.9" +version = "0.1.0" edition = "2021" authors = ["Robert Pack "] description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Storage and local files." diff --git a/object-store/pyproject.toml b/object-store/pyproject.toml index 36ebaa7..5611712 100644 --- a/object-store/pyproject.toml +++ b/object-store/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "object-store-python" -version = "0.0.9" +version = "0.1.0" description = "A generic object store interface for uniformly interacting with AWS S3, Google Cloud Storage, Azure Storage and local files." requires-python = ">=3.8" readme = "README.md"