Skip to content

Commit

Permalink
release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcepas committed Nov 2, 2017
1 parent a36adb1 commit 76f6cd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0b35
3.1.0
4 changes: 2 additions & 2 deletions ete3/tools/ete_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ def _main(arguments, builtin_apps_path=None):
if not pexist(APPSPATH):
print(colorify('\nWARNING: external applications not found', "yellow"), file=sys.stderr)
print(colorify('Install using conda (recomended):', "lgreen"), file=sys.stderr)
print(colorify(' conda install -c etetoolkit ete3_external_tools', "white"), file=sys.stderr)
print(colorify(' conda install -c etetoolkit ete3_external_apps', "white"), file=sys.stderr)
print(colorify('or manually compile by running:', "lgreen"), file=sys.stderr)
print(colorify(' ete3 upgrade-external-tools', "white"), file=sys.stderr)
print()
Expand All @@ -678,7 +678,7 @@ def _main(arguments, builtin_apps_path=None):
if not pexist(APPSPATH):
print(colorify('\nWARNING: external applications not found', "yellow"), file=sys.stderr)
print(colorify('Install using conda (recomended):', "lgreen"), file=sys.stderr)
print(colorify(' conda install -c etetoolkit ete3_external_tools', "white"), file=sys.stderr)
print(colorify(' conda install -c etetoolkit ete3_external_apps', "white"), file=sys.stderr)
print(colorify('or manually compile by running:', "lgreen"), file=sys.stderr)
print(colorify(' ete3 upgrade-external-tools', "white"), file=sys.stderr)
sys.exit(0)
Expand Down
2 changes: 1 addition & 1 deletion ete3/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#autogenerated during release process. Do not modify
__version__='3.0.0b35'
__version__='3.1.0'

0 comments on commit 76f6cd1

Please sign in to comment.