File: __init__.py

package info (click to toggle)
python-django-debug-toolbar 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,032 kB
  • ctags: 638
  • sloc: python: 3,044; makefile: 22
file content (2 lines) | stat: -rw-r--r-- 62 bytes parent folder | download
1
2
VERSION = (0, 8, 3)
__version__ = '.'.join(map(str, VERSION))