Skip to content

Commit a4ac9ee

Browse files
committed
chore: 更个版本号
1 parent 538611c commit a4ac9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def measure_storage(self) -> bool:
161161

162162
const = Const()
163163

164-
VERSION = "3.2.0"
164+
VERSION = "3.2.1"
165165
API_VERSION = "1.13.1"
166166
USER_AGENT = f"openbmclapi/{API_VERSION} python-openbmclapi/{VERSION}"
167167
PYTHON_VERSION = ".".join(map(str, (sys.version_info.major, sys.version_info.minor, sys.version_info.micro)))

0 commit comments

Comments
 (0)