From fb3491d1eadfca44e7dac057533648cd4f1117b1 Mon Sep 17 00:00:00 2001 From: Johnnie Gray Date: Wed, 8 May 2024 12:46:34 -0700 Subject: [PATCH] update pyproject version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9ef0c1..5b1f57e 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cotengrust" -version = "0.1.2" +version = "0.1.3" description = "Fast contraction ordering primitives for tensor networks." readme = "README.md" requires-python = ">=3.8"