_version.py 260 B

1234567891011
  1. """
  2. Provides Twisted version information.
  3. """
  4. # This file is auto-generated! Do not edit!
  5. # Use `python -m incremental.update Twisted` to change this file.
  6. from incremental import Version
  7. __version__ = Version('Twisted', 20, 3, 0)
  8. __all__ = ["__version__"]