diff options
| author | Rob Hudson | 2008-12-12 15:19:06 -0800 | 
|---|---|---|
| committer | Rob Hudson | 2008-12-12 15:19:06 -0800 | 
| commit | bad779df7aa31b6d4ae09f3cff4f13158cde2791 (patch) | |
| tree | 6c3db1cd5e77b16d679e46dea155c0d2c3ccc0b5 | |
| parent | d3dde12970ceb044b019bee3f89376bf715e06c7 (diff) | |
| download | django-debug-toolbar-bad779df7aa31b6d4ae09f3cff4f13158cde2791.tar.bz2 | |
Adding version info to module.
| -rw-r--r-- | debug_toolbar/__init__.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/debug_toolbar/__init__.py b/debug_toolbar/__init__.py index e69de29..9603d9e 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -0,0 +1,2 @@ +VERSION = (0, 0, 1) +__version__ = '.'.join(map(str, VERSION)) | 
