We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b36458 commit 4623faeCopy full SHA for 4623fae
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jupyterlab/git",
3
- "version": "0.32.2",
+ "version": "0.33.0",
4
"description": "A JupyterLab extension for version control using git",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
setup.py
@@ -100,6 +100,10 @@
100
"Programming Language :: Python :: 3.8",
101
"Programming Language :: Python :: 3.9",
102
"Framework :: Jupyter",
103
+ "Framework :: Jupyter :: JupyterLab",
104
+ "Framework :: Jupyter :: JupyterLab :: 3",
105
+ "Framework :: Jupyter :: JupyterLab :: Extensions",
106
+ "Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
107
],
108
extras_require={
109
"dev": [
0 commit comments