diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ac0fe14f0..987b346a3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -5,7 +5,7 @@ on: pull_request: branches: - master - - v2 + - v2.0 jobs: diff --git a/python/setup.py b/python/setup.py index 0d962355f..f77b92666 100644 --- a/python/setup.py +++ b/python/setup.py @@ -121,7 +121,7 @@ class CMakeBuild(build_ext): setup( name="triton", - version="1.1.1", + version="1.1.2", author="Philippe Tillet", author_email="phil@openai.com", description="A language and compiler for custom Deep Learning operations",