HubobelsPython/venv/lib/python3.9/site-packages/exampleproj/_version.py
2022-01-02 21:50:48 +01:00

7 lines
220 B
Python

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