Skip to content

Commit

Permalink
Version 1.3.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Sep 8, 2021
1 parent 73c6d62 commit 7519ff1
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.0rc1
skytemple-files==1.3.0rc2
skytemple-dtef==1.1.4
skytemple-icons==1.2.0
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.0rc1
skytemple-files==1.3.0rc2
skytemple-dtef==1.1.4
skytemple-icons==1.2.0
pygobject==3.40.1
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.0rc1'
__version__ = '1.3.0rc2'

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.0rc1',
'skytemple-files >= 1.3.0rc2',
'skytemple-dtef >= 1.1.4',
'skytemple-icons >= 1.2.0',
'pygobject >= 3.26.0',
Expand Down

0 comments on commit 7519ff1

Please sign in to comment.