_version.py 276 B

12345
  1. # Semantic Versioning 2.0.0: https://semver.org/
  2. # 1. MAJOR version when you make incompatible API changes;
  3. # 2. MINOR version when you add functionality in a backwards-compatible manner;
  4. # 3. PATCH version when you make backwards-compatible bug fixes.
  5. __version__ = '3.15.1'