Skip to content

Commit

Permalink
Version 0.5.15
Browse files Browse the repository at this point in the history
Bump required UnityPy version to 1.20.17
  • Loading branch information
mos9527 committed Jan 11, 2025
1 parent d9c39f9 commit 6477cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
install_requires=[
"msgpack",
"pycryptodome",
"unitypy >= 1.20.10",
"unitypy >= 1.20.17",
"astc-encoder-py >= 0.1.11", # https://github.com/mos9527/sssekai_blender_io/issues/11
"wannacri",
"python-json-logger",
Expand Down
2 changes: 1 addition & 1 deletion sssekai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__VERSION_MAJOR__ = 0
__VERSION_MINOR__ = 5
__VERSION_PATCH__ = 14
__VERSION_PATCH__ = 15

__version__ = "%s.%s.%s" % (__VERSION_MAJOR__, __VERSION_MINOR__, __VERSION_PATCH__)

0 comments on commit 6477cc4

Please sign in to comment.