File: __version__.py

package info (click to toggle)
python-wilderness 0.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: python: 2,175; makefile: 152; sh: 9
file content (5 lines) | stat: -rw-r--r-- 89 bytes parent folder | download
1
2
3
4
5
# -*- coding: utf-8 -*-

VERSION = (0, 1, 10)

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