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`