From abbc55483802b6c8188d46ad96fd69d597d50d6d Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Thu, 14 Oct 2021 18:09:39 -0700 Subject: [PATCH] [VERSION] Bumped version to 1.1.1 (#350) --- python/setup.py | 2 +- python/triton/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 3d8d4250a..0d962355f 100644 --- a/python/setup.py +++ b/python/setup.py @@ -121,7 +121,7 @@ class CMakeBuild(build_ext): setup( name="triton", - version="1.1.0", + version="1.1.1", author="Philippe Tillet", author_email="phil@openai.com", description="A language and compiler for custom Deep Learning operations", diff --git a/python/triton/__init__.py b/python/triton/__init__.py index 7063cc140..a76df9b75 100644 --- a/python/triton/__init__.py +++ b/python/triton/__init__.py @@ -1,5 +1,5 @@ # version -__version__ = '1.1.0' +__version__ = '1.1.1' # TODO: torch needs to be imported first # or pybind11 shows `munmap_chunk(): invalid pointer`