Skip to content

Commit e2c8059

Browse files
committed
Updated version num & fixed silly bugs in adding an initial tree method.
1 parent 747cc6a commit e2c8059

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

beast2xml/beast2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ def _to_xml_tree(
380380
if tip_set_diffs["in initial tree"]:
381381
raise ValueError(
382382
"Initial tree has additional sequences to the ones you have added."
383+
+ "\nUse method set_diffs_initial_tree_and_sequences to view these."
383384
)
384385
if tip_set_diffs["in sequences"]:
385386
warnings.warn(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="beast2-xml",
8-
version="1.3.2",
8+
version="1.3.3",
99
packages=["beast2xml"],
1010
package_data={"beast2xml": ["templates/*.xml"]},
1111
url="https://github.com/acorg/beast2-xml",

0 commit comments

Comments
 (0)