Skip to content

Commit 271e8eb

Browse files
bump version 2.5.7 -> 2.6.0
1 parent db9deaa commit 271e8eb

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 = "2.5.7"
3+
current_version = "2.6.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 = "2024, thiswillbeyourgithub"
4040
author = "thiswillbeyourgithub"
41-
release = "2.5.7"
41+
release = "2.6.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
@@ -73,7 +73,7 @@ def run(self):
7373

7474
setup(
7575
name="wdoc",
76-
version="2.5.7",
76+
version="2.6.0",
7777
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!)",
7878
long_description=long_description,
7979
long_description_content_type="text/markdown",

wdoc/wdoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
class wdoc:
122122
"This docstring is dynamically appended the content of wdoc/docs/USAGE.md"
123123

124-
VERSION: str = "2.5.7"
124+
VERSION: str = "2.6.0"
125125
allowed_extra_args = extra_args_types
126126
md_printer = md_printer
127127

0 commit comments

Comments
 (0)