Skip to content
Merged

Dev #181

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat: add version 0.0.89
  • Loading branch information
jindaxiang committed Dec 12, 2024
commit a817234df8a3e267884fdbc2807ff41f7dfc3621
3 changes: 2 additions & 1 deletion aktools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@
0.0.86: add: add log function
0.0.87: fix: fix update python 3.13
0.0.88: fix: fix update typer deps
0.0.89: fix: fix get_latest_version
"""

__title__ = "AKTools"
__version__ = "0.0.88"
__version__ = "0.0.89"
__author__ = "AKFamily"
2 changes: 2 additions & 0 deletions docs/aktools_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

## 开发进度

0.0.89: fix: fix get_latest_version

0.0.88: fix: fix update typer deps

0.0.87: fix: fix update python 3.13
Expand Down
Loading