Skip to content

Commit

Permalink
Version 1.6.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Aug 2, 2023
1 parent 7a879a3 commit 9451d44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-mac-windows.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Also for Linux Flatpak
ndspy==3.0.0
skytemple-files[spritecollab]==1.6.0a1
skytemple-files[spritecollab]==1.6.0a2
pmdsky-debug-py
skytemple-dtef==1.1.5
skytemple-icons==1.3.2
range-typed-integers >= 1.0.0
pycairo==1.18.2; sys_platform != "win32"
natsort==8.3.1
tilequant==1.0.0
skytemple-ssb-debugger==1.6.0a1
skytemple-ssb-debugger==1.6.0a2
skytemple-eventserver==1.0.0
pypresence==4.2.1
pygal==3.0.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.6.0a1'
__version__ = '1.6.0a2'

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[spritecollab] >= 1.6.0a1',
'skytemple-files[spritecollab] >= 1.6.0a2',
'pmdsky-debug-py', # Whatever version skytemple-files requires.
'skytemple-dtef >= 1.1.4',
'skytemple-icons >= 1.3.2',
Expand All @@ -73,7 +73,7 @@ def recursive_pkg_files_in(xpath):
'pycairo >= 1.16.0',
'natsort >= 7.0.0',
'tilequant >= 1.0.0',
'skytemple-ssb-debugger >= 1.6.0a1',
'skytemple-ssb-debugger >= 1.6.0a2',
'pygal >= 2.4.0',
'CairoSVG >= 2.4.2',
'gbulb >= 0.6.2',
Expand Down

0 comments on commit 9451d44

Please sign in to comment.