We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d137d commit fbf5686Copy full SHA for fbf5686
meta.json
@@ -1,4 +1,4 @@
1
{
2
- "lasted": "2.0.1",
3
- "meta_commit": "e569c53451766ea98feea2f7d87071761ee8abf3"
+ "lasted": "2.0.1",
+ "meta_commit": "48a4b0f02290d4ecd051d5ee6dc2228a9ce02ed9"
4
}
volcenginesdkcore/configuration.py
@@ -257,5 +257,5 @@ def to_debug_report(self):
257
"OS: {env}\n" \
258
"Python Version: {pyversion}\n" \
259
"Version of the API: 0.1.0\n" \
260
- "SDK Package Version: 2.0.1". \
+ "SDK Package Version: 2.0.1".\
261
format(env=sys.platform, pyversion=sys.version)
0 commit comments