From 3ea44208b9dae885d8c8e8f65eb39568c398e75b Mon Sep 17 00:00:00 2001 From: Florian Fervers Date: Thu, 4 Apr 2024 20:39:50 +0200 Subject: [PATCH] Bump version to 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2999ad7..b8d4736 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="einx", - version="0.1.3", + version="0.2.0", python_requires=">=3.8", description="Tensor Operations Expressed in Einstein-Inspired Notation", long_description=long_description,