Skip to content

Commit 7070bc1

Browse files
committed
Release 0.2.2
1 parent 7fe62b5 commit 7070bc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyterlab_pygments/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Distributed under the terms of the Modified BSD License.
33

44

5-
version_info = (0, 2, 1)
5+
version_info = (0, 2, 2)
66
__version__ = '.'.join(map(str, version_info))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_pygments",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Pygments theme using JupyterLab CSS variables",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)