Skip to content

Commit e1f628f

Browse files
bump version 5.0.1 -> 5.1.0
1 parent c67f564 commit e1f628f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 = "5.0.1"
3+
current_version = "5.1.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 = "5.0.1"
41+
release = "5.1.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
@@ -129,7 +129,7 @@ def run(self):
129129

130130
setup(
131131
name="wdoc",
132-
version="5.0.1",
132+
version="5.1.0",
133133
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, or any combination!)",
134134
long_description=long_description,
135135
long_description_content_type="text/markdown",

wdoc/wdoc.py

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

73-
VERSION: str = "5.0.1"
73+
VERSION: str = "5.1.0"
7474
allowed_extra_args = extra_args_types
7575
__import_mode__: bool = True
7676

0 commit comments

Comments
 (0)