2 Commits

Author SHA1 Message Date
2c88730c14 Update to 0.0.3 2023-08-09 20:44:59 +02:00
e45a9fab25 Fixed typing 2023-08-09 20:44:43 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from pathlib import Path from pathlib import Path
from typing import Union from typing import Union
from PIL import Image from PIL.Image import Image
from huepaper.utils import ( from huepaper.utils import (
add_emblem, add_emblem,

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "huepaper" name = "huepaper"
version = "0.0.2" version = "0.0.3"
dynamic = ["dependencies"] dynamic = ["dependencies"]
authors = [{ name = "Denis Lehmann" }] authors = [{ name = "Denis Lehmann" }]
maintainers = [{ name = "Profitroll" }] maintainers = [{ name = "Profitroll" }]