Skip to content

Commit

Permalink
Bump to 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Apr 14, 2022
1 parent 863ade1 commit 835b8a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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==1.3.8
skytemple-files==1.3.9
skytemple-dtef==1.1.4
skytemple-icons==1.3.2
pycairo==1.18.2; sys_platform != "win32"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ndspy==3.0.0
skytemple-files==1.3.8
skytemple-files==1.3.9
skytemple-dtef==1.1.4
skytemple-icons==1.3.2
pygobject==3.42.0
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.3.8'
__version__ = '1.3.9'

import glob
import os
Expand Down Expand Up @@ -64,7 +64,7 @@ def recursive_pkg_files_in(xpath):
url='https://github.com/SkyTemple/skytemple/',
install_requires=[
'ndspy >= 3.0.0',
'skytemple-files >= 1.3.8',
'skytemple-files >= 1.3.9',
'skytemple-dtef >= 1.1.4',
'skytemple-icons >= 1.3.2',
'pygobject >= 3.26.0',
Expand Down

0 comments on commit 835b8a6

Please sign in to comment.