Skip to content

Commit

Permalink
chore: Bump version to 0.11.0 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc authored Jan 23, 2025
1 parent a3bf691 commit c9c6b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cozepy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
from functools import lru_cache

VERSION = "0.10.4"
VERSION = "0.11.0"


def get_os_version() -> str:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cozepy"
version = "0.10.4"
version = "0.11.0"
description = "OpenAPI SDK for Coze(coze.com/coze.cn)"
authors = ["chyroc <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c9c6b55

Please sign in to comment.