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