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 9c2eafa commit a817234Copy full SHA for a817234
aktools/__init__.py
@@ -91,8 +91,9 @@
91
0.0.86: add: add log function
92
0.0.87: fix: fix update python 3.13
93
0.0.88: fix: fix update typer deps
94
+0.0.89: fix: fix get_latest_version
95
"""
96
97
__title__ = "AKTools"
-__version__ = "0.0.88"
98
+__version__ = "0.0.89"
99
__author__ = "AKFamily"
docs/aktools_version.md
@@ -13,6 +13,8 @@
13
14
## 开发进度
15
16
17
+
18
19
20
0 commit comments