Skip to content

Commit 351f616

Browse files
authored
Merge pull request #62 from krassowski/bump-version-0.3.2
Bump version to 0.3.2
2 parents fa73877 + 4383f0e commit 351f616

File tree

3 files changed

+5
-3
lines changed

3 files changed

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

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
pkg_json = json.loads((HERE / "package.json").read_bytes())
4444

4545
setup_args = dict(
46-
name=name,
4746
version=pkg_json["version"],
4847
url=pkg_json["homepage"],
4948
author=pkg_json["author"]["name"],
@@ -97,4 +96,7 @@
9796
raise e
9897

9998
if __name__ == "__main__":
100-
setuptools.setup(**setup_args)
99+
setuptools.setup(
100+
name='jupyterlab-citation-manager',
101+
**setup_args
102+
)
1.52 KB
Loading

0 commit comments

Comments
 (0)