From d85141182deea3155fc5aad12df63899452feb38 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Fri, 5 Jun 2020 12:01:09 -0400 Subject: [PATCH] [PACKAGING] Now version 0.1.3 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index e24d534a7..bf4e2862f 100644 --- a/python/setup.py +++ b/python/setup.py @@ -100,7 +100,7 @@ for d in directories: setup( name='triton', - version='0.1.2', + version='0.1.3', author='Philippe Tillet', author_email='ptillet@g.harvard.edu', description='A language and compiler for custom Deep Learning operations',