Skip to content

Commit

Permalink
Update setup.py for v4.3.0
Browse files Browse the repository at this point in the history
Update setup.py for v4.3.0
  • Loading branch information
lzjpaul authored Aug 11, 2024
1 parent 9a87f9e commit 81d3db7
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 @@ -83,7 +83,7 @@
from datetime import date

# stable version
VERSION = '4.2.0'
VERSION = '4.3.0'
# get the git hash
# git_hash = subprocess.check_output(["git", "describe"]).strip().split('-')[-1][1:]
# comment the next line to build wheel for stable version
Expand Down

0 comments on commit 81d3db7

Please sign in to comment.