Skip to content

Commit 2955ec6

Browse files
committed
chore: 更新一下版本号
1 parent 1756db5 commit 2955ec6

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
@@ -190,7 +190,7 @@ def disallow_public_dashboard(self):
190190

191191
const = Const()
192192

193-
VERSION = "3.5.2"
193+
VERSION = "3.5.3"
194194
API_VERSION = "1.13.1"
195195
USER_AGENT = f"openbmclapi/{API_VERSION} python-openbmclapi/{VERSION}"
196196
PYTHON_VERSION = ".".join(map(str, (sys.version_info.major, sys.version_info.minor, sys.version_info.micro)))

0 commit comments

Comments
 (0)