From 2d6df9b518a8152f777eb79b6b0a84becb706353 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Fri, 29 Oct 2021 01:24:19 -0700 Subject: [PATCH] [PACKAGING] Bumped dev version to 1.1.2 --- .github/workflows/integration-tests.yml | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",