Skip to content

Commit

Permalink
chore: Release v0.3.0 (#63)
Browse files Browse the repository at this point in the history
- Updated version to v0.3.0
  • Loading branch information
chyroc authored Oct 9, 2024
1 parent 4ec2d5f commit 4e5547e
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 @@ -2,7 +2,7 @@
import sys
from functools import lru_cache

VERSION = "0.2.0"
VERSION = "0.3.0"


@lru_cache(maxsize=1)
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.2.0"
version = "0.3.0"
description = "OpenAPI SDK for Coze(coze.com/coze.cn)"
authors = ["chyroc <chyroc@bytedance.com>"]
readme = "README.md"
Expand Down

0 comments on commit 4e5547e

Please sign in to comment.