Skip to content

Commit

Permalink
bump version 2.4.10 -> 2.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thiswillbeyourgithub committed Dec 2, 2024
1 parent d7c6ae1 commit a9000f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[bumpver]
current_version = "2.4.10"
current_version = "2.4.11"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run(self):

setup(
name="wdoc",
version="2.4.10",
version="2.4.11",
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!)",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion wdoc/wdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
class wdoc:
"This docstring is dynamically appended the content of wdoc/docs/USAGE.md"

VERSION: str = "2.4.10"
VERSION: str = "2.4.11"
allowed_extra_args = extra_args_types
md_printer = md_printer

Expand Down

0 comments on commit a9000f7

Please sign in to comment.