File: _version.py

package info (click to toggle)
python-qtawesome 0.4.4%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 540 kB
  • ctags: 143
  • sloc: python: 499; makefile: 172
file content (2 lines) | stat: -rw-r--r-- 72 bytes parent folder | download
1
2
version_info = (0, 4, 4)
__version__ = '.'.join(map(str, version_info))