Skip to content

Commit af74747

Browse files
bump version 2.4.12 -> 2.4.13
1 parent e6bb58e commit af74747

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bumpver.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[bumpver]
3-
current_version = "2.4.12"
3+
current_version = "2.4.13"
44
version_pattern = "MAJOR.MINOR.PATCH"
55
commit_message = "bump version {old_version} -> {new_version}"
66
tag_message = "{new_version}"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def run(self):
5959

6060
setup(
6161
name="wdoc",
62-
version="2.4.12",
62+
version="2.4.13",
6363
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!)",
6464
long_description=long_description,
6565
long_description_content_type="text/markdown",

wdoc/wdoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
class wdoc:
9090
"This docstring is dynamically appended the content of wdoc/docs/USAGE.md"
9191

92-
VERSION: str = "2.4.12"
92+
VERSION: str = "2.4.13"
9393
allowed_extra_args = extra_args_types
9494
md_printer = md_printer
9595

0 commit comments

Comments
 (0)