Skip to content

Commit b94fa31

Browse files
Merge branch 'dev'
2 parents b0609b5 + 7af2591 commit b94fa31

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.55"
78+
VERSION: str = "0.56"
7979
allowed_extra_keys = extra_args_keys
8080
md_printer = md_printer
8181

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.55"
2+
current_version = "0.56"
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
@@ -30,7 +30,7 @@ def run(self):
3030

3131
setup(
3232
name="DocToolsLLM",
33-
version="0.55",
33+
version="0.56",
3434
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!)",
3535
long_description=long_description,
3636
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)