From 87f8d9f1635632c7721b4ca96778d8b42a6b0df1 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 23 Sep 2021 17:36:33 -0700 Subject: [PATCH] [PYTHON] Fix up __version__ (#304) This should match setup.py Co-authored-by: hauntsaninja <> Co-authored-by: Philippe Tillet --- 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 4ae539c07..ea407e834 100644 --- a/python/triton/__init__.py +++ b/python/triton/__init__.py @@ -1,5 +1,5 @@ # version -__version__ = '1.0.0' +__version__ = '1.0.1' # TODO: torch needs to be imported first # or pybind11 shows `munmap_chunk(): invalid pointer`