diff options
| author | Alex Gaynor | 2009-03-21 12:17:05 -0400 |
|---|---|---|
| committer | Alex Gaynor | 2009-03-21 12:17:05 -0400 |
| commit | 4ffe14db039981d06aa58f3ad3c2b3472824961b (patch) | |
| tree | b6a94348f2c20bfb6c29303227889d70f06c62c3 /debug_toolbar/__init__.py | |
| parent | 0fea345f0d59ed0f17f29e59072f34d7d016abde (diff) | |
| parent | 8c64bb0cc82c6129b4ab14ff4cc80880761680d4 (diff) | |
| download | django-debug-toolbar-4ffe14db039981d06aa58f3ad3c2b3472824961b.tar.bz2 | |
resoled merge conflicts
Diffstat (limited to 'debug_toolbar/__init__.py')
| -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)) |
