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`