Skip to content

Commit 71c64ca

Browse files
bump version 2.3.0 -> 2.3.1
1 parent 2b63059 commit 71c64ca

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.3.0"
3+
current_version = "2.3.1"
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
@@ -51,7 +51,7 @@ def run(self):
5151

5252
setup(
5353
name="wdoc",
54-
version="2.3.0",
54+
version="2.3.1",
5555
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!)",
5656
long_description=long_description,
5757
long_description_content_type="text/markdown",

wdoc/wdoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
class wdoc:
102102
"This docstring is dynamically appended the content of wdoc/docs/USAGE.md"
103103

104-
VERSION: str = "2.3.0"
104+
VERSION: str = "2.3.1"
105105
allowed_extra_args = extra_args_types
106106
md_printer = md_printer
107107

0 commit comments

Comments
 (0)