Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jun 13, 2020
1 parent a031c3f commit 3b8496b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ndspy==3.0.0
skytemple-files==0.0.2a1
skytemple-files==0.0.3
pygobject==3.36.0
pycairo==1.18.2
natsort==7.0.0
tilequant==0.0.1
skytemple-ssb-debugger==0.0.2a1
skytemple-ssb-debugger==0.0.3
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ def recursive_pkg_files(file_ext):

setup(
name='skytemple',
version='0.0.2a1',
version='0.0.3',
packages=find_packages(),
description='GUI Application to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky (EU/US)',
long_description=long_description,
long_description_content_type='text/x-rst',
url='https://github.com/SkyTemple/skytemple/',
install_requires=[
'ndspy >= 3.0.0',
'skytemple-files >= 0.0.2a1',
'skytemple-files >= 0.0.3',
'pygobject >= 3.26.0',
'pycairo >= 1.16.0',
'natsort >= 7.0.0',
'tilequant >= 0.0.1',
'skytemple-ssb-debugger >= 0.0.2a1'
'skytemple-ssb-debugger >= 0.0.3'
],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
Expand Down

0 comments on commit 3b8496b

Please sign in to comment.