File: _version.py

package info (click to toggle)
jupyterlab-pygments 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 884 kB
  • sloc: python: 110; makefile: 3; javascript: 1
file content (6 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.


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