_version.py 220 B

1234567
  1. # This file is auto-generated! Do not edit!
  2. # Use `python -m incremental.update exampleproj` to change this file.
  3. from incremental import Version
  4. __version__ = Version('exampleproj', 1, 2, 3)
  5. __all__ = ["__version__"]