Skip to content

Commit 692445a

Browse files
committed
Version
1 parent e597dea commit 692445a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_blockly/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__all__ = ["__version__"]
55

66
def _fetchVersion():
7-
HERE = Path(__package__).parent.resolve()
7+
HERE = Path(__file__).parent.resolve()
88

99
for settings in HERE.rglob("package.json"):
1010
try:

0 commit comments

Comments
 (0)