Skip to content

Commit 345b96d

Browse files
authored
Merge pull request #49 from krassowski/v0.3.0
Prepare v0.3.0
2 parents e58dd87 + 2f68a34 commit 345b96d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-citation-manager",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Citation Manager for JupyterLab with Zotero integration",
55
"keywords": [
66
"jupyter",

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"Programming Language :: Python :: 3.8",
7272
"Programming Language :: Python :: 3.9",
7373
"Framework :: Jupyter",
74-
#"Framework :: Jupyter :: JupyterLab",
75-
#"Framework :: Jupyter :: JupyterLab :: 3",
76-
#"Framework :: Jupyter :: JupyterLab :: Extensions",
77-
#"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt"
74+
"Framework :: Jupyter :: JupyterLab",
75+
"Framework :: Jupyter :: JupyterLab :: 3",
76+
"Framework :: Jupyter :: JupyterLab :: Extensions",
77+
"Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt"
7878
],
7979
)
8080

0 commit comments

Comments
 (0)