From 770ea96ccad02dac0d8805f60431bf58185a7877 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Fri, 29 Oct 2021 01:28:17 -0700 Subject: [PATCH] [PACKAGING] Bumped dev version to 2.0.0 --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index f77b92666..21cabe182 100644 --- a/python/setup.py +++ b/python/setup.py @@ -121,7 +121,7 @@ class CMakeBuild(build_ext): setup( name="triton", - version="1.1.2", + version="2.0.0", author="Philippe Tillet", author_email="phil@openai.com", description="A language and compiler for custom Deep Learning operations",