Skip to content

Commit d80d1c0

Browse files
bump version 0.60.0 -> 1.0.0
1 parent ba0e0c8 commit d80d1c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WinstonDoc/WinstonDoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
class WinstonDoc:
8080
"This docstring is dynamically replaced by the content of WinstonDoc/docs/USAGE.md"
8181

82-
VERSION: str = "0.60.0"
82+
VERSION: str = "1.0.0"
8383
allowed_extra_args = extra_args_keys
8484
md_printer = md_printer
8585

bumpver.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpver]
2-
current_version = "0.60.0"
2+
current_version = "1.0.0"
33
version_pattern = "MAJOR.MINOR.PATCH"
44
commit_message = "bump version {old_version} -> {new_version}"
55
tag_message = "{new_version}"

setup.py

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

3131
setup(
3232
name="wdoc",
33-
version="0.60.0",
33+
version="1.0.0",
3434
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!)",
3535
long_description=long_description,
3636
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)