daren_project/venv/Lib/site-packages/twisted/_version.py

12 lines
261 B
Python
Raw Normal View History

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