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

Fix import and bump version to 0.4.1

parent 2f336951
No related merge requests found
......@@ -2,8 +2,7 @@
Documentation: https://docs.iconify.design/types/
"""
from typing import Collection, Dict, List, Optional, Sequence, Union
from typing.io import TextIO
from typing import Collection, Dict, List, Optional, Sequence, TextIO, Union
import json
from .util import split_css_unit
......
[tool.poetry]
name = "django-iconify"
version = "0.4"
version = "0.4.1"
description = "Iconify API implementation and tools for Django projects"
authors = ["Dominik George <dominik.george@teckids.org>"]
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