We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34372a commit 7ce27b7Copy full SHA for 7ce27b7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "draw_tree"
7
-version = "0.1.1"
+version = "0.2.0"
8
description = "Game tree drawing tool for extensive form games"
9
readme = "README.md"
10
requires-python = ">=3.7"
src/draw_tree/__init__.py
@@ -5,7 +5,7 @@
from extensive form (.ef) files, with support for Jupyter notebooks.
"""
-__version__ = "0.1.1"
+__version__ = "0.2.0"
from .core import (
11
draw_tree,
0 commit comments