From 4c6d74c29613299cab5e9a03d3322e8d5e89de6b Mon Sep 17 00:00:00 2001 From: Mykhailo Moroz Date: Tue, 17 Dec 2024 02:06:28 +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 cdf684f..86d68b4 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -6,7 +6,7 @@ setup( name='TensorFrost', - version='0.7.0.dev0', + version='0.7.0.dev1', 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.",