File: __init__.py

package info (click to toggle)
python-django-cache-machine 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 228 kB
  • sloc: python: 1,143; makefile: 74
file content (4 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
from __future__ import unicode_literals

VERSION = ("1", "2", "0")
__version__ = ".".join(VERSION)