File: version.py

package info (click to toggle)
python-pytest-toolbox 0.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 391; makefile: 27; sh: 6
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from distutils.version import StrictVersion

__all__ = ['VERSION']

VERSION = StrictVersion('0.4.0')