Skip to content

Commit 58baf9d

Browse files
authored
chore: Release v0.6.1 (#92)
- Updated version to v0.6.1
1 parent fda7187 commit 58baf9d

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
@@ -2,7 +2,7 @@
22
import sys
33
from functools import lru_cache
44

5-
VERSION = "0.6.0"
5+
VERSION = "0.6.1"
66

77

88
@lru_cache(maxsize=1)

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.0"
3+
version = "0.6.1"
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)