[PYTHON] Modified version number to v0.4

This commit is contained in:
Philippe Tillet
2021-05-06 02:58:42 -04:00
parent bf7de6b4b2
commit 925be2ec4e

View File

@@ -90,7 +90,7 @@ class CMakeBuild(build_ext):
setup( setup(
name="triton", name="triton",
version="1.0.0", version="0.4.0",
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",