Skip to content

Commit ac92dc2

Browse files
authored
chore: Bump version to 0.12.0 (#182)
1 parent d4a6995 commit ac92dc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cozepy/version.py

+1-1
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.11.0"
6+
VERSION = "0.12.0"
77

88

99
def get_os_version() -> str:

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cozepy"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "OpenAPI SDK for Coze(coze.com/coze.cn)"
55
authors = ["chyroc <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)