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 6c5d7b8 commit 8ce09e4Copy full SHA for 8ce09e4
cozepy/version.py
@@ -3,7 +3,7 @@
3
import sys
4
from functools import lru_cache
5
6
-VERSION = "0.9.1"
+VERSION = "0.10.0"
7
8
9
def get_os_version() -> str:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "cozepy"
-version = "0.9.1"
+version = "0.10.0"
description = "OpenAPI SDK for Coze(coze.com/coze.cn)"
authors = ["chyroc <chyroc@bytedance.com>"]
readme = "README.md"
0 commit comments