Skip to content

Commit

Permalink
chore: Release v0.7.0 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc authored Nov 22, 2024
1 parent ae9664a commit 799d0f9
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.6.2"
VERSION = "0.7.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.6.2"
version = "0.7.0"
description = "OpenAPI SDK for Coze(coze.com/coze.cn)"
authors = ["chyroc <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 799d0f9

Please sign in to comment.