From 05fcd212a04f70e5834720462704b99281c86bde Mon Sep 17 00:00:00 2001 From: TAKEKAWA Takashi Date: Sun, 22 Jan 2023 03:01:58 +0900 Subject: [PATCH] v3.3.0-dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2f016d..9d790de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "logbesselk" -version = "3.2.0" +version = "3.3.0-dev" description = "Provide function to calculate the modified Bessel function of the second kind" license = "Apache-2.0" authors = ["TAKEKAWA Takashi "]