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