Skip to content

Commit

Permalink
Support gif resources (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
DicksonChi authored Oct 28, 2024
1 parent fcf3e12 commit cba0a2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions basemodels/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"image/jpeg",
"image/jpg",
"image/png",
"image/gif",
]


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hmt-basemodels"
version = "1.1.0"
version = "1.3.0"
description = ""
authors = ["Intuition Machines, Inc <[email protected]>"]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="hmt-basemodels",
version="1.2.0",
version="1.3.0",
author="HUMAN Protocol",
description="Common data models shared by various components of the Human Protocol stack",
url="https://github.com/hCaptcha/hmt-basemodels",
Expand Down

0 comments on commit cba0a2b

Please sign in to comment.