Skip to content

Commit

Permalink
Version bumps (1.6.0rc1)
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Sep 29, 2023
1 parent 11f28e2 commit 42a6ded
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "skytemple"
version = "1.6.0b1"
version = "1.6.0rc1"
authors = [
{name = 'Marco "Capypara" Köpcke', email = "[email protected]"},
# see About dialog or GitHub contributors list for additional people.
Expand All @@ -25,16 +25,16 @@ classifiers = [
]
dependencies = [
"ndspy >= 3.0.0",
"skytemple-files[spritecollab] >= 1.6.0b1, < 1.7.0",
"skytemple-files[spritecollab] >= 1.6.0rc1, < 1.7.0",
"pmdsky-debug-py", # Whatever version skytemple-files requires.
"skytemple-dtef >= 1.6.0a3, < 1.7.0",
"skytemple-dtef >= 1.6.0, < 1.7.0",
"skytemple-icons >= 1.3.2, < 1.7.0",
"range-typed-integers >= 1.0.0",
"pygobject >= 3.26.0",
"pycairo >= 1.16.0",
"natsort >= 7.0.0",
"tilequant >= 1.0.0",
"skytemple-ssb-debugger >= 1.6.0b1, < 1.7.0",
"skytemple-ssb-debugger >= 1.6.0rc1, < 1.7.0",
"pygal >= 2.4.0",
"CairoSVG >= 2.4.2",
"gbulb >= 0.6.2",
Expand Down
6 changes: 3 additions & 3 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.0b1
skytemple-files[spritecollab]==1.6.0rc1
pmdsky-debug-py
skytemple-dtef==1.6.0a3
skytemple-dtef==1.6.0
skytemple-icons==1.3.2
range-typed-integers >= 1.0.0
pycairo==1.18.2; sys_platform != "win32"
natsort==8.4.0
tilequant==1.0.0
skytemple-ssb-debugger==1.6.0b1
skytemple-ssb-debugger==1.6.0rc1
skytemple-eventserver==1.6.0
pypresence==4.3.0
pygal==3.0.0
Expand Down

0 comments on commit 42a6ded

Please sign in to comment.