frappe_docker/frappe-bench/env/lib/python2.7/site-packages/bleach/version.py
2017-07-31 15:51:51 +05:30

6 lines
136 B
Python

# -*- coding: utf-8 -*-
from __future__ import unicode_literals
VERSION = (2, 0, 0)
__version__ = '.'.join([str(n) for n in VERSION])