Skip to content

Commit

Permalink
bump version 1.2.4 -> 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thiswillbeyourgithub committed Aug 1, 2024
1 parent b13186f commit 438c1b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WDoc/WDoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
class WDoc:
"This docstring is dynamically appended the content of WDoc/docs/USAGE.md"

VERSION: str = "1.2.4"
VERSION: str = "1.2.5"
allowed_extra_args = extra_args_types
md_printer = md_printer

Expand Down
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "1.2.4"
current_version = "1.2.5"
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 @@ -50,7 +50,7 @@ def run(self):

setup(
name="wdoc",
version="1.2.4",
version="1.2.5",
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

0 comments on commit 438c1b2

Please sign in to comment.