Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerkuou authored Jan 16, 2024
1 parent 7857230 commit bf06211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "stmtools"
version = "0.1.0"
version = "0.1.1"
requires-python = ">=3.10"
dependencies = [
"dask[complete]",
Expand Down Expand Up @@ -150,4 +150,4 @@ skip-magic-trailing-comma = false
line-ending = "auto"

[tool.ruff.per-file-ignores]
"tests/**" = ["D"]
"tests/**" = ["D"]

0 comments on commit bf06211

Please sign in to comment.