Skip to content

Commit

Permalink
Merge pull request #62 from krassowski/bump-version-0.3.2
Browse files Browse the repository at this point in the history
Bump version to 0.3.2
  • Loading branch information
krassowski authored Jan 21, 2023
2 parents fa73877 + 4383f0e commit 351f616
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-citation-manager",
"version": "0.3.1",
"version": "0.3.2",
"description": "Citation Manager for JupyterLab with Zotero integration",
"keywords": [
"jupyter",
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
pkg_json = json.loads((HERE / "package.json").read_bytes())

setup_args = dict(
name=name,
version=pkg_json["version"],
url=pkg_json["homepage"],
author=pkg_json["author"]["name"],
Expand Down Expand Up @@ -97,4 +96,7 @@
raise e

if __name__ == "__main__":
setuptools.setup(**setup_args)
setuptools.setup(
name='jupyterlab-citation-manager',
**setup_args
)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 351f616

Please sign in to comment.