Skip to content

Commit

Permalink
chore: Release v0.8.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc authored Dec 9, 2024
1 parent 95535cb commit 67ebdba
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.7.0"
VERSION = "0.8.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.7.0"
version = "0.8.0"
description = "OpenAPI SDK for Coze(coze.com/coze.cn)"
authors = ["chyroc <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 67ebdba

Please sign in to comment.