Files
jupyterhub/jupyterhub/version.py
2016-02-01 10:37:16 +01:00

13 lines
221 B
Python

"""jupyterhub version info"""
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
version_info = (
0,
4,
0,
)
__version__ = '.'.join(map(str, version_info))