version.py 80 B

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