diff --git a/Cargo.lock b/Cargo.lock index a65ad73..9baa927 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1028,7 +1028,7 @@ dependencies = [ [[package]] name = "object-store-python" -version = "0.1.8" +version = "0.1.9" dependencies = [ "async-trait", "bytes", diff --git a/object-store/Cargo.toml b/object-store/Cargo.toml index 50cbf4d..b7a1c9d 100644 --- a/object-store/Cargo.toml +++ b/object-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "object-store-python" -version = "0.1.8" +version = "0.1.9" 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 665d0f2..2df0420 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.8" +version = "0.1.9" 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"