From d4efed34653481745dd43830ab0e09e7c409a2d0 Mon Sep 17 00:00:00 2001 From: Dax Pryce Date: Tue, 18 May 2021 13:13:12 -0700 Subject: [PATCH] Release 1.0.0 Release 0.1.0 was just as stable as 1.0.0, but we have just made a breaking change to the API and need to advance appropriately. 0.2.0 was yanked from PyPI --- packages/pyo3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pyo3/Cargo.toml b/packages/pyo3/Cargo.toml index 3c7aa61..3aa9dfb 100644 --- a/packages/pyo3/Cargo.toml +++ b/packages/pyo3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graspologic_native" -version = "0.2.0" +version = "1.0.0" authors = ["dwpryce@microsoft.com"] edition = "2018" license = "MIT"