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

11 lines
260 B
Python

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