aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/__init__.py
diff options
context:
space:
mode:
authorAlex Gaynor2009-03-21 12:17:05 -0400
committerAlex Gaynor2009-03-21 12:17:05 -0400
commit4ffe14db039981d06aa58f3ad3c2b3472824961b (patch)
treeb6a94348f2c20bfb6c29303227889d70f06c62c3 /debug_toolbar/__init__.py
parent0fea345f0d59ed0f17f29e59072f34d7d016abde (diff)
parent8c64bb0cc82c6129b4ab14ff4cc80880761680d4 (diff)
downloaddjango-debug-toolbar-4ffe14db039981d06aa58f3ad3c2b3472824961b.tar.bz2
resoled merge conflicts
Diffstat (limited to 'debug_toolbar/__init__.py')
-rw-r--r--debug_toolbar/__init__.py2
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))