Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
Was getting this via pytest in my dev env so didn't notice :(
  • Loading branch information
acarapetis committed Aug 21, 2024
1 parent 04f51a6 commit dede28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers = [
keywords = ["Stormgate"]
dynamic = ["version", "description"]
dependencies = [
"packaging>=20.4",
"pillow>=5.0",
"protobuf~=5.27.3",
"pydantic~=2.6",
Expand Down
2 changes: 1 addition & 1 deletion shroudstone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Python utilities for working with Stormgate replays"""

__version__ = "0.2.5"
__version__ = "0.2.6"

0 comments on commit dede28b

Please sign in to comment.