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 4f2b4fb commit 35560e7Copy full SHA for 35560e7
local_notebooklm/version.py
setup.py
@@ -1,6 +1,5 @@
1
from pathlib import Path
2
from setuptools import find_packages, setup
3
-from local_notebooklm.version import __version__ as version
4
5
# Get the project root directory
6
root_dir = Path(__file__).parent
@@ -18,7 +17,7 @@
18
17
# Setup configuration
19
setup(
20
name="Local-NotebookLM",
21
- version=version,
+ version="0.1.5",
22
description="A Local-NotebookLM to convert PDFs into Audio.",
23
long_description=open(root_dir / "README.md", encoding="utf-8").read(),
24
long_description_content_type="text/markdown",
0 commit comments