File: __init__.py

package info (click to toggle)
django-simple-captcha 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: python: 1,596; makefile: 103; sh: 21
file content (6 lines) | stat: -rw-r--r-- 139 bytes parent folder | download
1
2
3
4
5
6
VERSION = (0, 6, 2)


def get_version():
    "Return the version as a human-format string."
    return ".".join([str(i) for i in VERSION])