__pkginfo__.py 88 B

12345
  1. VERSION = (0, 2, 1)
  2. def get_version():
  3. return ".".join([str(v) for v in VERSION])