From 1410c69c4554482d4c046c4d63dfcb517260d7df Mon Sep 17 00:00:00 2001 From: ivanwilliammd Date: Sun, 7 Apr 2024 17:22:26 +0700 Subject: [PATCH] Bump version to v0.4.0 for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e3e6bc..8eadfc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ Documentation = "https://iderare-pheno.readthedocs.io/" dev = [ "ruff", "mypy>=1.0,<1.10", + "types-PyYAML", "black>=23.0,<25.0", "black[jupyter]", "isort>=5.12,<5.14", @@ -134,7 +135,6 @@ target-version = "py39" ignore_missing_imports = true no_site_packages = false check_untyped_defs = true -mypy_include = ["types-PyYAML"] [[tool.mypy.overrides]] module = "tests.*"