diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9c1e9f1..d42951a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "bearcheck" -version = "0.1.3" -description = "Add your description here" +version = "0.1.4" +description = "Tiny beartype helper lib for inline type assertion and narrowing (not affiliated)" readme = "README.md" license = "MIT" authors = [ { name = "Louis Burda", email = "dev@sinitax.com" } ] -requires-python = ">=3.12" +requires-python = ">=3.10" dependencies = [ "beartype>=0.22.5", ] |
