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`