We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe62b5 commit 7070bc1Copy full SHA for 7070bc1
jupyterlab_pygments/_version.py
@@ -2,5 +2,5 @@
2
# Distributed under the terms of the Modified BSD License.
3
4
5
-version_info = (0, 2, 1)
+version_info = (0, 2, 2)
6
__version__ = '.'.join(map(str, version_info))
package.json
@@ -1,6 +1,6 @@
1
{
"name": "jupyterlab_pygments",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Pygments theme using JupyterLab CSS variables",
"keywords": [
"jupyter",
0 commit comments