Skip to content

Commit 47ad12f

Browse files
udpates
1 parent bc32978 commit 47ad12f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

local_notebooklm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.5.2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "local-notebooklm"
6+
name = "local_notebooklm"
77
dynamic = ["version"] # Mark version as dynamic
88
description = "A local notebook implementation"
99
readme = "README.md"
@@ -22,7 +22,7 @@ dependencies = [
2222
]
2323

2424
[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
2626

2727
[project.urls]
2828
"Homepage" = "https://github.com/Goekdeniz-Guelmez//Local-NotebookLM"

0 commit comments

Comments
 (0)