3RNN/Lib/site-packages/tensorboard/_vendor/bleach/version.py

7 lines
136 B
Python
Raw Permalink Normal View History

2024-05-26 19:49:15 +02:00
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
VERSION = (2, 0, 0)
__version__ = '.'.join([str(n) for n in VERSION])