We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe1097 commit d3285a1Copy full SHA for d3285a1
3 files changed
plot_phylo/__init__.py
@@ -1,4 +1,4 @@
1
from plot_phylo.plot_phylo import *
2
3
-__version__ = "0.1.3"
+__version__ = "0.1.4"
4
__author__ = 'Katy Brown, Duncan Cross'
plot_phylo/_version.py
@@ -1 +1 @@
pyproject.toml
@@ -0,0 +1,6 @@
+[build-system]
+requires = [
+ "setuptools>=42",
+ "wheel"
5
+]
6
+build-backend = "setuptools.build_meta"
0 commit comments