From 3ad0e385498764d3d8b7defac5e294808aa660fd Mon Sep 17 00:00:00 2001 From: Moritz Hardt Date: Wed, 8 Feb 2023 17:20:27 +0100 Subject: [PATCH] Update __init__.py --- folktables/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/folktables/__init__.py b/folktables/__init__.py index 085e870..b0e438a 100644 --- a/folktables/__init__.py +++ b/folktables/__init__.py @@ -1,7 +1,7 @@ -__version__ = "0.0.11" +__version__ = "0.0.12" from .folktables import * from .acs import * from .load_acs import state_list from .load_acs import generate_categories -from .utils import * \ No newline at end of file +from .utils import *