aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Twisted/py2/twisted/_version.py
blob: 13073dd42042231cb279b77b25b2c6b317ddb8d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
"""
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__"]