Skip to content

Commit

Permalink
[release 0.4.3] Avoid Adding Cut Content
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisCris committed Apr 5, 2024
1 parent f5cde5d commit 093a233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["palworld", "editor", "pal"]
license = {file = "LICENSE"}
requires-python = ">=3.11"
readme = "README.md"
version = "0.4.2"
version = "0.4.3"
dependencies = [
"setuptools==69.1.0",
"palworld_save_tools==0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion src/palworld_pal_editor/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
else:
ASSETS_PATH = Path(__file__).parent

VERSION = "0.4.2"
VERSION = "0.4.3"

class Config:
i18n: str = "en"
Expand Down

0 comments on commit 093a233

Please sign in to comment.