Skip to content

Commit

Permalink
bump version 2.4.0 -> 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiswillbeyourgithub committed Nov 3, 2024
1 parent d18d777 commit a9d951d
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.0"
current_version = "2.4.1"
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.0",
version="2.4.1",
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.0"
VERSION: str = "2.4.1"
allowed_extra_args = extra_args_types
md_printer = md_printer

Expand Down

0 comments on commit a9d951d

Please sign in to comment.