Skip to content

Commit

Permalink
Fix _version
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jan 10, 2021
1 parent 14e84f8 commit c3d7dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab_tour/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def _fetchVersion():

HERE = Path(__file__).parent.resolve()

for d in HERE.glob("package.json"):
for d in HERE.rglob("package.json"):
try:
with d.open() as f:
return json.load(f)["version"]
Expand Down

0 comments on commit c3d7dbe

Please sign in to comment.