Skip to content

Commit 7da29d1

Browse files
bump version 4.1.2 -> 5.0.0
1 parent 6bbb106 commit 7da29d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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 = "4.1.2"
3+
current_version = "5.0.0"
44
version_pattern = "MAJOR.MINOR.PATCH"
55
commit_message = "bump version {old_version} -> {new_version}"
66
tag_message = "{new_version}"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def setup(app):
3838
project = "wdoc"
3939
copyright = "2025, thiswillbeyourgithub"
4040
author = "thiswillbeyourgithub"
41-
release = "4.1.2"
41+
release = "5.0.0"
4242

4343
# -- General configuration ---------------------------------------------------
4444
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def run(self):
145145

146146
setup(
147147
name="wdoc",
148-
version="4.1.2",
148+
version="5.0.0",
149149
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!)",
150150
long_description=long_description,
151151
long_description_content_type="text/markdown",

wdoc/wdoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class wdoc:
6969
This docstring is dynamically updated with the content of wdoc/docs/help.md
7070
"""
7171

72-
VERSION: str = "4.1.2"
72+
VERSION: str = "5.0.0"
7373
allowed_extra_args = extra_args_types
7474
__import_mode__: bool = True
7575

0 commit comments

Comments
 (0)