Skip to content

Commit 9a9ab6d

Browse files
authored
Bump to 0.1 (#67)
1 parent a1862e3 commit 9a9ab6d

File tree

3 files changed

+29
-24
lines changed

3 files changed

+29
-24
lines changed

python/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [0.1.0] - 2025-03-18
4+
5+
- Initial release.

python/Cargo.lock

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py-async-tiff"
3-
version = "0.1.0-beta.2"
3+
version = "0.1.0"
44
authors = ["Kyle Barron <[email protected]>"]
55
edition = "2021"
66
# description = "Fast, memory-efficient 2D spatial indexes for Python."
@@ -21,10 +21,10 @@ async-tiff = { path = "../" }
2121
bytes = "1.10.1"
2222
futures = "0.3.31"
2323
object_store = "0.12"
24-
pyo3 = { version = "0.23.0", features = ["macros"] }
25-
pyo3-async-runtimes = "0.23"
26-
pyo3-bytes = "0.1.3"
27-
pyo3-object_store = "0.1.0-beta.4"
24+
pyo3 = { version = "0.24.0", features = ["macros"] }
25+
pyo3-async-runtimes = "0.24"
26+
pyo3-bytes = "0.2"
27+
pyo3-object_store = "0.2.0"
2828
rayon = "1.10.0"
2929
tokio-rayon = "2.1.0"
3030
thiserror = "1"

0 commit comments

Comments
 (0)