version bump

This commit is contained in:
George Hotz
2023-05-26 00:51:25 +00:00
parent faf80418b7
commit f4f23dc9a3

View File

@@ -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.5.0',
version='0.6.0',
description='You like pytorch? You like micrograd? You love tinygrad! <3',
author='George Hotz',
license='MIT',