Skip to content

Commit

Permalink
Updating version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Nov 13, 2023
1 parent 4a39e0d commit 486c368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@
ghash = subprocess.check_output(["git", "rev-parse", "HEAD"]).decode("ascii")
ghash_arg = "-DGITHASH="+ghash.strip()
except:
ghash_arg = "-DGITHASH=c6fb36e93558498b54f5c335d7e7186ee198beb8" #GITHASHAUTOUPDATE
ghash_arg = "-DGITHASH=4a39e0d97a4df8bd8e0db53b25d5b3d03630b245" #GITHASHAUTOUPDATE

extra_link_args=[]
if sys.platform == 'darwin':
Expand Down

0 comments on commit 486c368

Please sign in to comment.