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 fda7187 commit 58baf9dCopy full SHA for 58baf9d
cozepy/version.py
@@ -2,7 +2,7 @@
2
import sys
3
from functools import lru_cache
4
5
-VERSION = "0.6.0"
+VERSION = "0.6.1"
6
7
8
@lru_cache(maxsize=1)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "cozepy"
-version = "0.6.0"
+version = "0.6.1"
description = "OpenAPI SDK for Coze(coze.com/coze.cn)"
authors = ["chyroc <chyroc@bytedance.com>"]
readme = "README.md"
0 commit comments