From f5ad16868607ca7cdb79f9e686ed17bf528c0af1 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Wed, 13 Oct 2021 00:09:00 -0700 Subject: [PATCH] [PYTHON] Fix up __version__ (#345) Co-authored-by: hauntsaninja <> --- 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 3abe85b0c..7063cc140 100644 --- a/python/triton/__init__.py +++ b/python/triton/__init__.py @@ -1,5 +1,5 @@ # version -__version__ = '1.0.1' +__version__ = '1.1.0' # TODO: torch needs to be imported first # or pybind11 shows `munmap_chunk(): invalid pointer`