Skip to content

Commit 67ebdba

Browse files
authored
chore: Release v0.8.0 (#129)
1 parent 95535cb commit 67ebdba

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.7.0"
6+
VERSION = "0.8.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.7.0"
3+
version = "0.8.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)