blob: 43da56319b494c3725c37e6ce6ab73ce4c3874cb (
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", 24, 11, 0)
__all__ = ["__version__"]
|