diff --git a/Cargo.lock b/Cargo.lock index 0a002a8c3..708bf6245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1657,7 +1657,7 @@ dependencies = [ [[package]] name = "icechunk-python" -version = "0.2.10" +version = "0.2.11" dependencies = [ "async-stream", "async-trait", diff --git a/Changelog.python.md b/Changelog.python.md index 374441e2f..eab681d94 100644 --- a/Changelog.python.md +++ b/Changelog.python.md @@ -1,6 +1,6 @@ # Changelog -## Python Icechunk Library 0.2.10 +## Python Icechunk Library 0.2.11 ### Features diff --git a/icechunk-python/Cargo.toml b/icechunk-python/Cargo.toml index dda12d9e7..0649f7a38 100644 --- a/icechunk-python/Cargo.toml +++ b/icechunk-python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icechunk-python" -version = "0.2.10" +version = "0.2.11" description = "Transactional storage engine for Zarr designed for use on cloud object storage" readme = "../README.md" repository = "https://github.com/earth-mover/icechunk"