File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 # Note that the git commit hash cannot be added dynamically here
55 # That only happens when importing from a git repository.
66 # See `treeple/__init__.py`
7- version : ' 0.10.1 ' ,
7+ version : ' 0.10.2 ' ,
88 license : ' PolyForm Noncommercial 1.0.0' ,
99 meson_version : ' >= 1.1.0' ,
1010 default_options : [
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ requires = [
1717
1818[project ]
1919name = " treeple"
20- version = " 0.10.1 "
20+ version = " 0.10.2 "
2121description = " Modern decision trees in Python"
2222maintainers = [
2323 {name = " Neurodata" , email = " adam.li@columbia.edu" }
Original file line number Diff line number Diff line change 44import os
55import sys
66
7- __version__ = "0.10.1 "
7+ __version__ = "0.10.2 "
88logger = logging .getLogger (__name__ )
99
1010
You can’t perform that action at this time.
0 commit comments