Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Dec 20, 2024
1 parent 667826b commit f5b7ede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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-files"
version = "1.8.3"
version = "1.8.4"
authors = [
{name = 'Marco "Capypara" Köpcke', email = "[email protected]"},
# see About dialog or GitHub contributors list for additional people.
Expand All @@ -29,8 +29,8 @@ dependencies = [
"range-typed-integers >= 1.0.1",
"Pillow >= 6.1.0",
"appdirs >= 1.4.0",
"explorerscript >= 0.2.1, < 0.3.0",
"skytemple-rust >= 1.8.2, < 1.9.0",
"explorerscript >= 0.2.2, < 0.3.0",
"skytemple-rust >= 1.8.4, < 1.9.0",
'pyobjc==10.3.2; sys_platform == "darwin"',
"dungeon-eos==0.0.5",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ range-typed-integers==1.0.1
Pillow==10.4.0
appdirs==1.4.4
git+https://github.com/skytemple/skytemple-rust@master#egg=skytemple_rust
explorerscript==0.2.1
explorerscript==0.2.2
dungeon-eos==0.0.5
gql[aiohttp]==3.5.0
graphql-core>=3.2.0
Expand Down

0 comments on commit f5b7ede

Please sign in to comment.