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