You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_version.py 261B

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', 19, 10, 0)
  8. __all__ = ["__version__"]