From 518c022c29104d79c7a50ec41af5b7e6404da317 Mon Sep 17 00:00:00 2001 From: wozeparrot Date: Tue, 13 Aug 2024 16:15:36 -0700 Subject: [PATCH] feat: tag 0.9.2 (#6067) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6600164a5..c17b925e9a 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.1', + version='0.9.2', description='You like pytorch? You like micrograd? You love tinygrad! <3', author='George Hotz', license='MIT',