diff --git a/Cargo.lock b/Cargo.lock index 3740f21..890f145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1008,7 +1008,7 @@ dependencies = [ [[package]] name = "object-store-python" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async-trait", "bytes", diff --git a/object-store/Cargo.toml b/object-store/Cargo.toml index 8c9a229..2bb97ed 100644 --- a/object-store/Cargo.toml +++ b/object-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "object-store-python" -version = "0.1.0" +version = "0.1.1" 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 133b199..90e6138 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.1.0" +version = "0.1.1" 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"