File: version.py

package info (click to toggle)
python-pytray 0.3.5-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: python: 510; sh: 30; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (2)
1
2
3
4
# -*- coding: utf-8 -*-
__version__ = "0.3.5"

__all__ = ("__version__",)