Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/jupyterlab_pygments/_version.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2023-07-01 06:54 +0000

1# Copyright (c) Jupyter Development Team. 

2# Distributed under the terms of the Modified BSD License. 

3 

4 

5version_info = (0, 2, 2) 

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