diff --git a/python/setup.py b/python/setup.py index 9346e73fe..d12e45dba 100644 --- a/python/setup.py +++ b/python/setup.py @@ -106,7 +106,7 @@ for d in directories: setup( name='triton', - version='0.2.3', + version='0.3.0', author='Philippe Tillet', author_email='ptillet@g.harvard.edu', description='A language and compiler for custom Deep Learning operations',