Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Sep 29, 2023
1 parent f17aef9 commit d694c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.6.0a3'
__version__ = '1.6.0'
import os

from setuptools import setup, find_packages
Expand Down Expand Up @@ -31,7 +31,7 @@ def get_resources(file_exts):
long_description_content_type='text/x-rst',
url='https://github.com/SkyTemple/skytemple-dtef/',
install_requires=[
'skytemple-files >= 1.6.0a3',
'skytemple-files >= 1.6.0rc1',
'Pillow >= 6.1.0'
],
classifiers=[
Expand Down

0 comments on commit d694c91

Please sign in to comment.