microproduct/atmosphericDelay/ISCEApp/site-packages/twisted/_version.py

12 lines
260 B
Python
Raw Normal View History

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