Skip to content

Commit a34372a

Browse files
update draw_tree to version 0.1.1 and adjust dependencies in pyproject.toml
1 parent 7dd083c commit a34372a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "draw_tree"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Game tree drawing tool for extensive form games"
99
readme = "README.md"
1010
requires-python = ">=3.7"

src/draw_tree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from extensive form (.ef) files, with support for Jupyter notebooks.
66
"""
77

8-
__version__ = "0.1.0"
8+
__version__ = "0.1.1"
99

1010
from .core import (
1111
draw_tree,

src/draw_tree/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""
22
Game tree drawing as TikZ file from .ef file
3-
Version 0.1.0
43
54
This module provides functionality to generate TikZ code for game trees
65
from extensive form (.ef) files, with support for Jupyter notebooks.

0 commit comments

Comments
 (0)