Your IP : 216.73.216.34


Current Path : /lib/python3/dist-packages/twisted/
Upload File :
Current File : //lib/python3/dist-packages/twisted/_version.py

"""
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', 18, 9, 0)
__all__ = ["__version__"]