Skip to content

Commit 35560e7

Browse files
removing version.py
1 parent 4f2b4fb commit 35560e7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

local_notebooklm/version.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from pathlib import Path
22
from setuptools import find_packages, setup
3-
from local_notebooklm.version import __version__ as version
43

54
# Get the project root directory
65
root_dir = Path(__file__).parent
@@ -18,7 +17,7 @@
1817
# Setup configuration
1918
setup(
2019
name="Local-NotebookLM",
21-
version=version,
20+
version="0.1.5",
2221
description="A Local-NotebookLM to convert PDFs into Audio.",
2322
long_description=open(root_dir / "README.md", encoding="utf-8").read(),
2423
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)