version.py 261 B

123456789101112
  1. # THIS FILE IS GENERATED DURING THE SCIPY BUILD
  2. # See tools/version_utils.py for details
  3. short_version = '1.10.1'
  4. version = '1.10.1'
  5. full_version = '1.10.1'
  6. git_revision = 'c1ed5ec'
  7. commit_count = '0'
  8. release = True
  9. if not release:
  10. version = full_version