Skip to content

Commit

Permalink
Bump to 3.1.1 (#12)
Browse files Browse the repository at this point in the history
* Bump to 3.1.1

* Try fixing binder
  • Loading branch information
fcollonval authored Jan 3, 2023
1 parent 958fe21 commit 9e239d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ def _(*args, **kwargs):
_(sys.executable, "-m", "pip", "check")

# install the labextension
_(sys.executable, "-m", "pip", "install", "-e", ".")
_(sys.executable, "-m", "pip", "install", ".")

# verify the environment the extension didn't break anything
_(sys.executable, "-m", "pip", "check")

# list the extensions
_("jupyter", "server", "extension", "list")

# initially list installed extensions to determine if there are any surprises
_("jupyter", "labextension", "list")

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jlab-enhanced/favorites",
"version": "3.1.0",
"version": "3.1.1",
"description": "Add the ability to save favorite folders to JupyterLab for quicker browsing",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 9e239d5

Please sign in to comment.