From 490259bfa2ca93dfa06519a432e49eac89f835bc Mon Sep 17 00:00:00 2001 From: Ethan Pronovost Date: Thu, 30 Nov 2023 18:18:31 -0800 Subject: [PATCH] Update version (#12) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 794aa4f..bc4404e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eincheck" -version = "0.1.3" +version = "0.2.1" description = "Tensor shape checks inspired by einstein notation" authors = ["Ethan Pronovost "] readme = "README.md"