Skip to content

Commit 76f6cd1

Browse files
committed
release 3.1.0
1 parent a36adb1 commit 76f6cd1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0b35
1+
3.1.0

ete3/tools/ete_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def _main(arguments, builtin_apps_path=None):
664664
if not pexist(APPSPATH):
665665
print(colorify('\nWARNING: external applications not found', "yellow"), file=sys.stderr)
666666
print(colorify('Install using conda (recomended):', "lgreen"), file=sys.stderr)
667-
print(colorify(' conda install -c etetoolkit ete3_external_tools', "white"), file=sys.stderr)
667+
print(colorify(' conda install -c etetoolkit ete3_external_apps', "white"), file=sys.stderr)
668668
print(colorify('or manually compile by running:', "lgreen"), file=sys.stderr)
669669
print(colorify(' ete3 upgrade-external-tools', "white"), file=sys.stderr)
670670
print()
@@ -678,7 +678,7 @@ def _main(arguments, builtin_apps_path=None):
678678
if not pexist(APPSPATH):
679679
print(colorify('\nWARNING: external applications not found', "yellow"), file=sys.stderr)
680680
print(colorify('Install using conda (recomended):', "lgreen"), file=sys.stderr)
681-
print(colorify(' conda install -c etetoolkit ete3_external_tools', "white"), file=sys.stderr)
681+
print(colorify(' conda install -c etetoolkit ete3_external_apps', "white"), file=sys.stderr)
682682
print(colorify('or manually compile by running:', "lgreen"), file=sys.stderr)
683683
print(colorify(' ete3 upgrade-external-tools', "white"), file=sys.stderr)
684684
sys.exit(0)

ete3/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#autogenerated during release process. Do not modify
2-
__version__='3.0.0b35'
2+
__version__='3.1.0'

0 commit comments

Comments
 (0)