Skip to content

Commit

Permalink
Correct the Halide version number in setup.py (#8325)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Jun 25, 2024
1 parent 3d20677 commit dd6c98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="halide",
version='17.0.0',
version='18.0.0',
author="The Halide team",
author_email="[email protected]",
description="Halide is a programming language designed to make it easier "
Expand Down

0 comments on commit dd6c98b

Please sign in to comment.