version.py 79 B

123456
  1. """
  2. Expose version
  3. """
  4. __version__ = "3.3.0"
  5. VERSION = __version__.split(".")