Skip to content

Commit 4623fae

Browse files
authored
Bump to 0.33.0 (#1029)
* Add new classifiers * Bump to 0.33.0
1 parent 6b36458 commit 4623fae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/git",
3-
"version": "0.32.2",
3+
"version": "0.33.0",
44
"description": "A JupyterLab extension for version control using git",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@
100100
"Programming Language :: Python :: 3.8",
101101
"Programming Language :: Python :: 3.9",
102102
"Framework :: Jupyter",
103+
"Framework :: Jupyter :: JupyterLab",
104+
"Framework :: Jupyter :: JupyterLab :: 3",
105+
"Framework :: Jupyter :: JupyterLab :: Extensions",
106+
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt",
103107
],
104108
extras_require={
105109
"dev": [

0 commit comments

Comments
 (0)