From 2187c928ad3c2c2a3d44afe148cdfca91b23c89f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jan 2024 00:54:47 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.5.0=20=E2=86=92=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cb5de2..4ae3fbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ packages = [ { include = "tests", format = "sdist" }, ] readme = "README.md" -version = "0.5.0" +version = "0.5.1" [tool.poetry.dependencies] beartype = "^0.16.4"