Skip to content

Commit 2673b25

Browse files
committed
Change v0.1.0 to v0.2.0
1 parent 5504643 commit 2673b25

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "phytreeviz"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Simple phylogenetic tree visualization python package"
55
authors = ["moshi4"]
66
license = "MIT"

src/phytreeviz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from phytreeviz.treeviz import TreeViz
44
from phytreeviz.utils import load_example_tree_file
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.2.0"
77

88
__all__ = [
99
"TreeViz",

0 commit comments

Comments
 (0)