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 4bdd43a commit 5772492Copy full SHA for 5772492
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "veadk-python"
3
-version = "0.2.24"
+version = "0.2.25"
4
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
5
readme = "README.md"
6
requires-python = ">=3.10"
veadk/version.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-VERSION = "0.2.24"
+VERSION = "0.2.25"
0 commit comments