File size: 199 Bytes
80c179b | 1 2 3 4 5 6 7 | # Replaced with the current commit when building the wheels.
commit = "637116a090c052d061af5ba3bef8a467c8c3fc25"
version = "2.42.0"
if __name__ == "__main__":
print("%s %s" % (version, commit))
|
80c179b | 1 2 3 4 5 6 7 | # Replaced with the current commit when building the wheels.
commit = "637116a090c052d061af5ba3bef8a467c8c3fc25"
version = "2.42.0"
if __name__ == "__main__":
print("%s %s" % (version, commit))
|