From 03ffd858a2c3b27203916d0dedc77aa47a03d5d3 Mon Sep 17 00:00:00 2001 From: Jon Luo <20971593+jzluo@users.noreply.github.com> Date: Thu, 28 Jul 2022 14:30:43 -0400 Subject: [PATCH] bump to version 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edef142..4c1a9e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "firthlogist" -version = "0.2.0" +version = "0.3.0" description = "Python implementation of Logistic Regression with Firth's bias reduction" authors = ["Jon Luo "] repository = "https://github.com/jzluo/firthlogist"