Skip to content

Commit

Permalink
updated init.py version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KatyBrown committed Jan 15, 2024
1 parent ffe1097 commit d3285a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plot_phylo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from plot_phylo.plot_phylo import *

__version__ = "0.1.3"
__version__ = "0.1.4"
__author__ = 'Katy Brown, Duncan Cross'
2 changes: 1 addition & 1 deletion plot_phylo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"

0 comments on commit d3285a1

Please sign in to comment.