[VERSION] Bumped version to 1.1.1 (#350)
This commit is contained in:
@@ -121,7 +121,7 @@ class CMakeBuild(build_ext):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="triton",
|
name="triton",
|
||||||
version="1.1.0",
|
version="1.1.1",
|
||||||
author="Philippe Tillet",
|
author="Philippe Tillet",
|
||||||
author_email="phil@openai.com",
|
author_email="phil@openai.com",
|
||||||
description="A language and compiler for custom Deep Learning operations",
|
description="A language and compiler for custom Deep Learning operations",
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# version
|
# version
|
||||||
__version__ = '1.1.0'
|
__version__ = '1.1.1'
|
||||||
|
|
||||||
# TODO: torch needs to be imported first
|
# TODO: torch needs to be imported first
|
||||||
# or pybind11 shows `munmap_chunk(): invalid pointer`
|
# or pybind11 shows `munmap_chunk(): invalid pointer`
|
||||||
|
Reference in New Issue
Block a user