[PACKAGING] Bumped dev version to 1.1.2

This commit is contained in:
Philippe Tillet
2021-10-29 01:24:19 -07:00
parent 1b842f8e5e
commit 2d6df9b518
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
- v2 - v2.0
jobs: jobs:

View File

@@ -121,7 +121,7 @@ class CMakeBuild(build_ext):
setup( setup(
name="triton", name="triton",
version="1.1.1", version="1.1.2",
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",