Skip to content

Commit 6935f56

Browse files
remove beta trial
1 parent 0e9d3d1 commit 6935f56

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

WDoc/WDoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
class WDoc:
8484
"This docstring is dynamically appended the content of WDoc/docs/USAGE.md"
8585

86-
VERSION: str = "1.2.8-beta"
86+
VERSION: str = "1.2.8"
8787
allowed_extra_args = extra_args_types
8888
md_printer = md_printer
8989

bumpver.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
[bumpver]
2-
current_version = "1.2.8-beta"
3-
version_pattern = "MAJOR.MINOR.PATCH[-beta]"
3+
current_version = "1.2.8"
4+
version_pattern = "MAJOR.MINOR.PATCH"
45
commit_message = "bump version {old_version} -> {new_version}"
56
tag_message = "{new_version}"
67
tag_scope = "default"

setup.py

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

5151
setup(
5252
name="wdoc",
53-
version="1.2.8-beta",
53+
version="1.2.8",
5454
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!)",
5555
long_description=long_description,
5656
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)