From 547a99a5d470f08757f723c7f7b3a09ef6b72d72 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Tue, 8 Dec 2020 23:34:55 -0500 Subject: [PATCH] [VERSION] 0.2.3 -> 0.3.0 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',