version.py 79 B

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