Skip to content

Commit c501c9d

Browse files
bump version 0.38 -> 0.39
1 parent a1748a9 commit c501c9d

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
@@ -78,7 +78,7 @@
7878
class DocToolsLLM_class:
7979
"This docstring is dynamically replaced by the content of DocToolsLLM/docs/USAGE.md"
8080

81-
VERSION: str = "0.38"
81+
VERSION: str = "0.39"
8282

8383
#@optional_typecheck
8484
@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.38"
2+
current_version = "0.39"
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.38",
31+
version="0.39",
3232
description="A perfect RAG and AI summary setup for my needs. Supports all LLM, virt. any filetypes (epub, youtube_playlist, pdf, mp3, etc)",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)