Skip to content

Commit 9361878

Browse files
committed
1.6.0rc1
1 parent ee8539f commit 9361878

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "skytemple-randomizer"
7-
version = "1.6.0b1"
7+
version = "1.6.0rc1"
88
authors = [
99
{name = 'Marco "Capypara" Köpcke', email = "hello@capypara.de"},
1010
# see About dialog or GitHub contributors list for additional people.
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"ndspy >= 3.0.0, < 4.0.0",
28-
"skytemple-files[spritecollab] >= 1.6.0a3, < 1.7.0",
28+
"skytemple-files[spritecollab] >= 1.6.0rc1, < 1.7.0",
2929
"explorerscript >= 0.1.3",
3030
"skytemple-icons >= 1.3.2",
3131
"pygobject >= 3.26.0",

requirements-mac-windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ndspy==3.0.0
2-
skytemple-files[spritecollab]==1.6.0a3
2+
skytemple-files[spritecollab]==1.6.0rc1
33
skytemple-icons==1.3.2
44
strictyaml==1.7.3
55
jsonschema==4.19.0

0 commit comments

Comments
 (0)