_version.py 199 B

123456
  1. # Replaced with the current commit when building the wheels.
  2. commit = "8768a329d23e43f6c6af095b33f64a08ee61cd80"
  3. version = "2.54.1"
  4. if __name__ == "__main__":
  5. print("%s %s" % (version, commit))