Skip to content

Commit bc1961e

Browse files
author
ci_volc_sdk_gen
committed
feat: auto generate for apig-Python-2021-03-03-online-1285-2025_06_13_10_19_04
1 parent 78c070a commit bc1961e

File tree

239 files changed

+45619
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+45619
-5
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "3.0.11",
3-
"meta_commit": "6c2632cc50029af9c0b2c820422914ff5cec1b97"
2+
"lasted": "3.0.12",
3+
"meta_commit": "cd58797c2a55190015d3df13e04a3cea2c07d189"
44
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "3.0.11"
6+
VERSION = "3.0.12"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkapig/__init__.py

Lines changed: 252 additions & 0 deletions
Large diffs are not rendered by default.

volcenginesdkapig/api/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from __future__ import absolute_import
2+
3+
# flake8: noqa
4+
5+
# import apis into api package
6+
from volcenginesdkapig.api.apig_api import APIGApi

0 commit comments

Comments
 (0)