File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " draw_tree"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " Game tree drawing tool for extensive form games"
99readme = " README.md"
1010requires-python = " >=3.7"
Original file line number Diff line number Diff line change 55from extensive form (.ef) files, with support for Jupyter notebooks.
66"""
77
8- __version__ = "0.1.0 "
8+ __version__ = "0.1.1 "
99
1010from .core import (
1111 draw_tree ,
Original file line number Diff line number Diff line change 11"""
22Game tree drawing as TikZ file from .ef file
3- Version 0.1.0
43
54This module provides functionality to generate TikZ code for game trees
65from extensive form (.ef) files, with support for Jupyter notebooks.
You can’t perform that action at this time.
0 commit comments