From d3a21cced28dff608eef9c461a4898cd25e10671 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Fri, 21 Feb 2025 10:43:49 +0800 Subject: [PATCH] hotfix: bump version to 0.10.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0063457e49..c2fe6ef489 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ testing_minimal = [ ] setup(name='tinygrad', - version='0.10.1', + version='0.10.2', description='You like pytorch? You like micrograd? You love tinygrad! <3', author='George Hotz', license='MIT',