From 64eaec016fc88e2fce7ff76a235f383df96694ca Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Thu, 3 Sep 2020 14:36:30 -0400 Subject: [PATCH] [Version] Now version 0.2.3 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index c8783a038..55aa03281 100644 --- a/python/setup.py +++ b/python/setup.py @@ -105,7 +105,7 @@ for d in directories: setup( name='triton', - version='0.2.2', + version='0.2.3', author='Philippe Tillet', author_email='ptillet@g.harvard.edu', description='A language and compiler for custom Deep Learning operations',