From d00ce98f8cc773a816dc378221e3311dda96aac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Wickstro=CC=88m?= Date: Tue, 24 Mar 2026 17:53:44 +0200 Subject: [PATCH 1/2] Add py.typed to enable proper mypy typing support --- huum/py.typed | 0 pyproject.toml | 1 + 2 files changed, 1 insertion(+) create mode 100644 huum/py.typed diff --git a/huum/py.typed b/huum/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index ad481d0..e9af957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = ["Frank Wickström "] repository = "https://github.com/frwickst/pyhuum" readme = "README.md" license = "MIT" +include = ["huum/py.typed"] [tool.poetry.dependencies] python = ">3.9" From 155e0059e4b6c63d9136829b1f5829dd943bca46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Wickstro=CC=88m?= Date: Tue, 24 Mar 2026 17:54:44 +0200 Subject: [PATCH 2/2] Release 0.8.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9af957..cca3e29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "huum" -version = "0.8.1" +version = "0.8.2" description = "Python library for Huum saunas" authors = ["Frank Wickström "] repository = "https://github.com/frwickst/pyhuum"