File: __version__.py

package info (click to toggle)
python-pyzipper 0.3.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,112 kB
  • sloc: python: 9,552; makefile: 37
file content (3 lines) | stat: -rw-r--r-- 63 bytes parent folder | download
1
2
3
VERSION = (0, 3, 6)

__version__ = '.'.join(map(str, VERSION))