We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2df9f commit 75549d5Copy full SHA for 75549d5
ktoolbox/__init__.py
@@ -1,4 +1,4 @@
1
__title__ = "KToolBox"
2
# noinspection SpellCheckingInspection
3
__description__ = "A useful CLI tool for downloading posts in Kemono.party / .su"
4
-__version__ = "v0.10.0"
+__version__ = "v0.10.0-beta.2"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ktoolbox"
-version = "v0.10.0"
+version = "v0.10.0-beta.2"
description = "A useful CLI tool for downloading posts in Kemono.party / .su"
5
authors = ["Ljzd-PRO <ljzd@office.ljzd-pro.asia>"]
6
readme = "README.md"
0 commit comments