Skip to content

Commit 7ce27b7

Browse files
bump version to 0.2.0 in pyproject.toml and __init__.py
1 parent a34372a commit 7ce27b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1"
7+
version = "0.2.0"
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.1"
8+
__version__ = "0.2.0"
99

1010
from .core import (
1111
draw_tree,

0 commit comments

Comments
 (0)