You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
180 B
Python

# -*- coding: utf-8 -*-
"""
版本号管理模块
统一管理 API 版本号,避免分散定义
"""
# API 版本号 - 修改此处即可更新所有引用
API_VERSION = "1.0.0"