master
/ .localenv / lib / python3.5 / site-packages / jupyter_core / version.py

version.py @master raw · history · blame

1
2
3
4
5
6
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

version_info = (4, 4, 0)

__version__ = '.'.join(map(str, version_info))