File: __version__.py

package info (click to toggle)
python-clevercsv 0.7.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 872 kB
  • sloc: python: 5,076; ansic: 763; makefile: 81
file content (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
# -*- coding: utf-8 -*-

VERSION = (0, 7, 5)

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