From db4e4b9dbf2f6488cab8be22c7adc4d36b1eb4ac Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Mon, 31 Aug 2020 15:16:09 -0400 Subject: [PATCH] [VERSION] Now version 0.2.2 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 01f0c3049..c8783a038 100644 --- a/python/setup.py +++ b/python/setup.py @@ -105,7 +105,7 @@ for d in directories: setup( name='triton', - version='0.2.1', + version='0.2.2', author='Philippe Tillet', author_email='ptillet@g.harvard.edu', description='A language and compiler for custom Deep Learning operations',