Skip to content

Commit

Permalink
Release 0.1.0-alpha.3 to the Rust world (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
paraseba authored Oct 16, 2024
1 parent 1db4b1d commit 93e286a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions icechunk-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icechunk-python"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
description = "Transactional storage engine for Zarr designed for use on cloud object storage"
readme = "../README.md"
repository = "https://github.com/earth-mover/icechunk"
Expand All @@ -21,7 +21,7 @@ crate-type = ["cdylib"]
bytes = "1.7.2"
chrono = { version = "0.4.38" }
futures = "0.3.30"
icechunk = { path = "../icechunk", version = "0.1.0-alpha.1" }
icechunk = { path = "../icechunk", version = "0.1.0-alpha.3" }
pyo3 = { version = "0.21", features = [
"chrono",
"extension-module",
Expand Down
8 changes: 3 additions & 5 deletions icechunk-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,18 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
license = {text = "Apache-2.0"}
license = { text = "Apache-2.0" }
dynamic = ["version"]

dependencies = ["zarr==3.0.0b0"]

[tool.poetry]
name = "icechunk"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
description = "Icechunk Python"
authors = ["Earthmover <[email protected]>"]
readme = "README.md"
packages = [
{ include = "icechunk", from = "python" }
]
packages = [{ include = "icechunk", from = "python" }]

[project.optional-dependencies]
test = [
Expand Down
2 changes: 1 addition & 1 deletion icechunk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "icechunk"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
description = "Transactional storage engine for Zarr designed for use on cloud object storage"
readme = "../README.md"
repository = "https://github.com/earth-mover/icechunk"
Expand Down

0 comments on commit 93e286a

Please sign in to comment.