Skip to content

Commit

Permalink
Bump version 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshYuJump authored Jul 19, 2024
1 parent cdd0bb3 commit de1c920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bali/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from bali.decorators import event_handler, init_handler
from bali.resources import Resource, ModelResource

__version__ = '3.5.1'
__version__ = '3.5.2'


class Schema(BaseModel):
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 = "bali-core"
version = "3.5.1"
version = "3.5.2"
description = ""
authors = ["Josh Yu <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit de1c920

Please sign in to comment.