From d54b1df97e2c79291a1c1d98b1d686b9ef49ab35 Mon Sep 17 00:00:00 2001 From: Kay Jan W Date: Thu, 14 Mar 2024 10:57:13 +0800 Subject: [PATCH] build: v0.16.4 --- bigtree/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtree/__init__.py b/bigtree/__init__.py index c438f1ea..9960d6bf 100644 --- a/bigtree/__init__.py +++ b/bigtree/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.16.3" +__version__ = "0.16.4" from bigtree.binarytree.construct import list_to_binarytree from bigtree.dag.construct import dataframe_to_dag, dict_to_dag, list_to_dag