Skip to content

Commit

Permalink
bump: v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kayjan authored Apr 4, 2024
1 parent 5597b79 commit 992ea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.16.4"
__version__ = "0.17.0"

from bigtree.binarytree.construct import list_to_binarytree
from bigtree.dag.construct import dataframe_to_dag, dict_to_dag, list_to_dag
Expand Down

0 comments on commit 992ea0e

Please sign in to comment.