_version.py 272 B

1234567891011
  1. """
  2. Provides Incremental version information.
  3. """
  4. # This file is auto-generated! Do not edit!
  5. # Use `python -m incremental.update Incremental` to change this file.
  6. from incremental import Version
  7. __version__ = Version('Incremental', 17, 5, 0)
  8. __all__ = ["__version__"]