From a72e59ad35b0b8afd759befdc2bb7d5a78a5477b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Dec 2023 22:53:26 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.1=20=E2=86=92=200.4.2?= 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 c708797..882e07d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ packages = [ { include = "tests", format = "sdist" }, ] readme = "README.md" -version = "0.4.1" +version = "0.4.2" [tool.poetry.dependencies] beartype = "^0.16.4"