We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55f777 commit 3bd1aabCopy full SHA for 3bd1aab
setup.py
@@ -21,7 +21,7 @@
21
except FileNotFoundError:
22
print("Warning: Could not find version.py in local_notebooklm/")
23
try:
24
- with open("local_notebook/version.py") as f:
+ with open("local_notebooklm/version.py") as f:
25
exec(f.read(), version)
26
27
print("Warning: Could not find version.py in local_notebook/ either. Using default version.")
0 commit comments