File: __version__.py

package info (click to toggle)
python-juliandate 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: python: 168; makefile: 13
file content (3 lines) | stat: -rw-r--r-- 63 bytes parent folder | download
1
2
3
VERSION = (1, 0, 5)

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