Skip to content

Commit 6f4568b

Browse files
committed
feat: add version 0.0.91
1 parent ce19e3c commit 6f4568b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aktools/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@
9393
0.0.88: fix: fix update typer deps
9494
0.0.89: fix: fix get_latest_version
9595
0.0.90: fix: fix get_latest_version
96+
0.0.91: fix: fix update python 3.14
9697
"""
9798

9899
__title__ = "AKTools"
99-
__version__ = "0.0.90"
100+
__version__ = "0.0.91"
100101
__author__ = "AKFamily"

0 commit comments

Comments
 (0)