From 2c0430fce97c6b711abe6dc50a34530ba5dd6632 Mon Sep 17 00:00:00 2001 From: Cangyuan Li Date: Thu, 2 Nov 2023 10:18:24 -0400 Subject: [PATCH] version 0.0.14 --- 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 2439099..ef1eee1 100644 --- a/src/pyethnicity/__init__.py +++ b/src/pyethnicity/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.0.13" +__version__ = "0.0.14" 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