Skip to content

Commit 23800fb

Browse files
bump version 0.44 -> 0.45
1 parent 069d4e6 commit 23800fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DocToolsLLM/DocToolsLLM.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
class DocToolsLLM_class:
7676
"This docstring is dynamically replaced by the content of DocToolsLLM/docs/USAGE.md"
7777

78-
VERSION: str = "0.44"
78+
VERSION: str = "0.45"
7979

8080
#@optional_typecheck
8181
@typechecked

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "0.44"
2+
current_version = "0.45"
33
version_pattern = "MAJOR.MINOR"
44
commit_message = "bump version {old_version} -> {new_version}"
55
tag_message = "{new_version}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def run(self):
2828

2929
setup(
3030
name="DocToolsLLM",
31-
version="0.44",
31+
version="0.45",
3232
description="A perfect AI powered RAG for document query and summary. Supports ~all LLM and ~all filetypes (url, pdf, epub, youtube (incl playlist), audio, anki, md, docx, pptx, oe any combination!)",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)