diff --git a/Cargo.lock b/Cargo.lock index c6961345..008469e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,7 +1245,7 @@ dependencies = [ [[package]] name = "geoarrow" -version = "0.1.0-beta.4" +version = "0.1.0" dependencies = [ "anyhow", "approx", diff --git a/Cargo.toml b/Cargo.toml index 635d981a..212648fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geoarrow" -version = "0.1.0-beta.4" +version = "0.1.0" authors = ["Kyle Barron "] edition = "2021" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 5839c1e7..77c98543 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repository also includes [Python bindings](https://github.com/geoarrow/geoa Add this to your `Cargo.toml`: ```toml -geoarrow = { git = "https://github.com/geoarrow/geoarrow-rs" } +geoarrow = "0.1" ``` ## References