Skip to content

Commit 799d0f9

Browse files
authored
chore: Release v0.7.0 (#121)
1 parent ae9664a commit 799d0f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cozepy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from functools import lru_cache
55

6-
VERSION = "0.6.2"
6+
VERSION = "0.7.0"
77

88

99
def get_os_version() -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cozepy"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
description = "OpenAPI SDK for Coze(coze.com/coze.cn)"
55
authors = ["chyroc <chyroc@bytedance.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)