Skip to content
Snippets Groups Projects
Verified Commit f38b1d2c authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix import and bump version to 0.4.1

parent 2f336951
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
Documentation: https://docs.iconify.design/types/ Documentation: https://docs.iconify.design/types/
""" """
from typing import Collection, Dict, List, Optional, Sequence, Union from typing import Collection, Dict, List, Optional, Sequence, TextIO, Union
from typing.io import TextIO
import json import json
from .util import split_css_unit from .util import split_css_unit
......
[tool.poetry] [tool.poetry]
name = "django-iconify" name = "django-iconify"
version = "0.4" version = "0.4.1"
description = "Iconify API implementation and tools for Django projects" description = "Iconify API implementation and tools for Django projects"
authors = ["Dominik George <dominik.george@teckids.org>"] authors = ["Dominik George <dominik.george@teckids.org>"]
license = "Apache-2.0" license = "Apache-2.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment