aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/__init__.py
blob: c941b74ee20e82880407fbce48b1701d06c6cf17 (plain)
1
2
VERSION = (0, 8, 2)
__version__ = '.'.join(map(str, VERSION))