diff options
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)) | 
