From b908095872450b237b623155b1e252da2c9d31c1 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Fri, 12 Nov 2021 15:10:04 -0800 Subject: [PATCH] [VERSION] Bumped triton.__version__ to 2.0.0 --- python/triton/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/triton/__init__.py b/python/triton/__init__.py index 4b8c54703..c079880e9 100644 --- a/python/triton/__init__.py +++ b/python/triton/__init__.py @@ -1,5 +1,5 @@ # version -__version__ = '1.1.1' +__version__ = '2.0.0' # TODO: torch needs to be imported first # or pybind11 shows `munmap_chunk(): invalid pointer`