Skip to content

Commit 7e2bdd5

Browse files
bump version 2.1.4 -> 2.1.5
1 parent b4f7007 commit 7e2bdd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WDoc/WDoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
class WDoc:
8989
"This docstring is dynamically appended the content of WDoc/docs/USAGE.md"
9090

91-
VERSION: str = "2.1.4"
91+
VERSION: str = "2.1.5"
9292
allowed_extra_args = extra_args_types
9393
md_printer = md_printer
9494

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

setup.py

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

5151
setup(
5252
name="wdoc",
53-
version="2.1.4",
53+
version="2.1.5",
5454
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!)",
5555
long_description=long_description,
5656
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)