Skip to content

Commit

Permalink
[VERSION] Bumped to 3.0.0-post1 (#4340)
Browse files Browse the repository at this point in the history
To incorporate latest changes and release 3.0.0-post1

Same as:

ea70d77
  • Loading branch information
atalman committed Jul 17, 2024
1 parent 464c6b3 commit 5cbb516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def get_install_requires():

setup(
name=os.environ.get("TRITON_WHEEL_NAME", "triton"),
version="3.0.0" + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", ""),
version="3.0.0-post1" + os.environ.get("TRITON_WHEEL_VERSION_SUFFIX", ""),
author="Philippe Tillet",
author_email="[email protected]",
description="A language and compiler for custom Deep Learning operations",
Expand Down

0 comments on commit 5cbb516

Please sign in to comment.