File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.5.1 "
1
+ __version__ = "0.5.2 "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel"]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
- name = " local-notebooklm "
6
+ name = " local_notebooklm "
7
7
dynamic = [" version" ] # Mark version as dynamic
8
8
description = " A local notebook implementation"
9
9
readme = " README.md"
@@ -22,7 +22,7 @@ dependencies = [
22
22
]
23
23
24
24
[tool .setuptools .dynamic ]
25
- version = {attr = " local_notebook .version.__version__" } # Adjust this path to match your actual module structure
25
+ version = {attr = " local_notebooklm .version.__version__" } # Adjust this path to match your actual module structure
26
26
27
27
[project .urls ]
28
28
"Homepage" = " https://github.com/Goekdeniz-Guelmez//Local-NotebookLM"
You can’t perform that action at this time.
0 commit comments