You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_version.py 220B

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__"]