From 8bc67cd388e7cdc7d9d0a8e7382a35de7f896fdd Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 18 Jan 2024 00:04:00 -0500 Subject: [PATCH] bump rust crate to 0.1 (#464) --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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