1
0
Fork 0

push pypi

pull/28/head
George Hotz 2020-10-27 08:13:15 -07:00
parent 716f86a572
commit 6b5982b6b3
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/geohot/tinygrad/blob/master/docs/logo.png">
<img src="https://raw.githubusercontent.com/geohot/tinygrad/master/docs/logo.png">
</p>
--------------------------------------------------------------------

5
push_pypi.sh 100755
View File

@ -0,0 +1,5 @@
#!/bin/bash -e
rm -rf dist
ipython3 setup.py sdist bdist_wheel
twine upload dist/*

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.2.0',
version='0.2.1',
description='You like pytorch? You like micrograd? You love tinygrad! heart',
author='George Hotz',
license='MIT',