[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 1e6fb53670

View File

@@ -90,7 +90,7 @@ class CMakeBuild(build_ext):
setup(
name="triton",
version="1.0.0",
version="0.4.0",
author="Philippe Tillet",
author_email="phil@openai.com",
description="A language and compiler for custom Deep Learning operations",