Skip to content

Commit 8ce09e4

Browse files
authored
release: Bump version to 0.10.0 (#161)
1 parent 6c5d7b8 commit 8ce09e4

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