Skip to content

Commit

Permalink
SkyTemple Randomizer 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jan 2, 2023
1 parent e972dac commit 16da447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-mac-windows.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ndspy==3.0.0
skytemple-files[spritecollab]==1.4.3
skytemple-files[spritecollab]==1.4.4
skytemple-icons==1.3.2
strictyaml==1.6.1
jsonschema==4.1.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.4.3'
__version__ = '1.4.4'
from setuptools import setup, find_packages

# README read-in
Expand All @@ -10,7 +10,7 @@

install_requires = [
'ndspy >= 3.0.0',
'skytemple-files[spritecollab] >= 1.4.3',
'skytemple-files[spritecollab] >= 1.4.4',
'explorerscript >= 0.1.0',
'skytemple-icons >= 1.3.2',
'pygobject >= 3.26.0',
Expand Down

0 comments on commit 16da447

Please sign in to comment.