Skip to content

Commit

Permalink
Merge pull request #69 from kayjan/v0.9.5
Browse files Browse the repository at this point in the history
v0.9.5
  • Loading branch information
Kay Jan authored Jul 13, 2023
2 parents 7d961d6 + 2972abf commit bab6b17
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.9.4"
__version__ = "0.9.5"

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 bab6b17

Please sign in to comment.