diff options
| author | Louis Burda <dev@sinitax.com> | 2025-11-12 09:41:37 +0100 |
|---|---|---|
| committer | Louis Burda <dev@sinitax.com> | 2025-11-12 09:41:37 +0100 |
| commit | 38bfc3fb54021c9e9a4e9c7bd02d686c873aa134 (patch) | |
| tree | a7095137819228c78b203c58d0fe2913864a8056 /pyproject.toml | |
| parent | 12688e0a31438a7da16ba1831ab3d4c68c6e19c4 (diff) | |
| download | bearcheck-main.tar.gz bearcheck-main.zip | |
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", ] |
