Skip to content

Commit 4aad00a

Browse files
bump version 1.1.9 -> 1.1.10
1 parent 6041a41 commit 4aad00a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

WDoc/WDoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
class WDoc:
8080
"This docstring is dynamically replaced by the content of WDoc/docs/USAGE.md"
8181

82-
VERSION: str = "1.1.9"
82+
VERSION: str = "1.1.10"
8383
allowed_extra_args = extra_args_keys
8484
md_printer = md_printer
8585

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 = "1.1.9"
2+
current_version = "1.1.10"
33
version_pattern = "MAJOR.MINOR.PATCH"
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
@@ -35,7 +35,7 @@ def run(self):
3535

3636
setup(
3737
name="wdoc",
38-
version="1.1.9",
38+
version="1.1.10",
3939
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!)",
4040
long_description=long_description,
4141
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)