From 7bcb74ab239052d73bac0832966fef7cd3425917 Mon Sep 17 00:00:00 2001 From: wozeparrot Date: Sat, 29 Jun 2024 03:16:14 +0000 Subject: [PATCH] feat: tag 0.9.1 (#5220) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e73994c12c..c176127247 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open(directory / 'README.md', encoding='utf-8') as f: long_description = f.read() setup(name='tinygrad', - version='0.9.0', + version='0.9.1', description='You like pytorch? You like micrograd? You love tinygrad! <3', author='George Hotz', license='MIT',