From 0b68c08de0b76f151bc3885a0ed2a27ae4ade18b Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 27 Oct 2020 08:14:22 -0700 Subject: [PATCH] literally just bump version for picture on pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc60a0070a..a7a9063c59 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open(os.path.join(directory, 'README.md'), encoding='utf-8') as f: long_description = f.read() setup(name='tinygrad', - version='0.2.1', + version='0.2.2', description='You like pytorch? You like micrograd? You love tinygrad! heart', author='George Hotz', license='MIT',