Skip to content

Commit

Permalink
chore: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
shing-yu committed Jun 29, 2024
1 parent de4a9b8 commit f47743e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SLQimao/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import os
import platform

__version__ = "v1.0.1" # SLQimao Core Version
__version__ = "v1.0.2" # SLQimao Core Version

init(autoreset=True)

Expand Down
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

class MainProgram:
def __init__(self):
self.__version__: str = "v4.0.1" # 主程序版本
self.__version__: str = "v4.0.2" # 主程序版本
self.mode: str = "" # 模式
self.book_id: str = "None" # 书籍ID(单本)
self.books: list = [] # 书籍ID(批量)
Expand Down

0 comments on commit f47743e

Please sign in to comment.