microproduct/dem-sentiral/ISCEApp/site-packages/incremental/_version.py

12 lines
272 B
Python
Raw Permalink Normal View History

2023-08-28 10:17:29 +00:00
"""
Provides Incremental version information.
"""
# This file is auto-generated! Do not edit!
# Use `python -m incremental.update Incremental` to change this file.
from incremental import Version
__version__ = Version('Incremental', 17, 5, 0)
__all__ = ["__version__"]