Skip to content

Commit d3285a1

Browse files
committed
updated init.py version.py
1 parent ffe1097 commit d3285a1

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

plot_phylo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from plot_phylo.plot_phylo import *
22

3-
__version__ = "0.1.3"
3+
__version__ = "0.1.4"
44
__author__ = 'Katy Brown, Duncan Cross'

plot_phylo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=42",
4+
"wheel"
5+
]
6+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)