Skip to content

Commit

Permalink
Bump version to v0.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Apr 7, 2024
1 parent 2e4645d commit 1410c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.*"
Expand Down

0 comments on commit 1410c69

Please sign in to comment.