From 21c44394a4bc3abe1e0a12066679468430aba6da Mon Sep 17 00:00:00 2001 From: Mykhailo Moroz Date: Mon, 16 Dec 2024 22:15:59 +0100 Subject: [PATCH] Update setup.py --- Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/setup.py b/Python/setup.py index 077cd68..810c747 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -6,7 +6,7 @@ setup( name='TensorFrost', - version='0.7.0.0', + version='0.7.0.0test', author="Mykhailo Moroz", author_email="michael08840884@gmail.com", description="A static optimizing tensor compiler with a Python frontend, autodifferentiation, and a more \"shader-like\" syntax.",