From 46297a949f2e27c8abc03ec6296fae870ef374fe Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Wed, 29 Jul 2020 14:07:28 -0400 Subject: [PATCH] [PACKAGING] Now version 0.2.1 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 3d0d20ccd..1d32ad4c4 100644 --- a/python/setup.py +++ b/python/setup.py @@ -100,7 +100,7 @@ for d in directories: setup( name='triton', - version='0.2.0', + version='0.2.1', author='Philippe Tillet', author_email='ptillet@g.harvard.edu', description='A language and compiler for custom Deep Learning operations',