aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLouis Burda <dev@sinitax.com>2025-11-12 09:41:37 +0100
committerLouis Burda <dev@sinitax.com>2025-11-12 09:41:37 +0100
commit38bfc3fb54021c9e9a4e9c7bd02d686c873aa134 (patch)
treea7095137819228c78b203c58d0fe2913864a8056 /pyproject.toml
parent12688e0a31438a7da16ba1831ab3d4c68c6e19c4 (diff)
downloadbearcheck-main.tar.gz
bearcheck-main.zip
Define separate Typevar for referencingHEADmain
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
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",
]