[VERSION] Bumped version to 1.1.1 (#350)

This commit is contained in:
Philippe Tillet
2021-10-14 18:09:39 -07:00
committed by GitHub
parent 9b32075062
commit abbc554838
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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`