From f0bde0dac448c0670e9342270a19fb18c9fbd890 Mon Sep 17 00:00:00 2001 From: Cangyuan Li Date: Thu, 6 Jun 2024 00:33:28 -0400 Subject: [PATCH] 0.0.24 --- src/pyethnicity/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyethnicity/__init__.py b/src/pyethnicity/__init__.py index a43a5b0..b2f740b 100644 --- a/src/pyethnicity/__init__.py +++ b/src/pyethnicity/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.23" +__version__ = "0.0.24" from ._bayesian_models import bifsg, bifsg6, bisg, bisg6, predict_sex_ssa from ._ml_models import predict_race, predict_race_fl, predict_race_flg, predict_sex_f