Skip to content

Commit

Permalink
Fix bug found by Jorge
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorafaelalmeida committed Feb 15, 2021
1 parent 5afa84c commit 30c4a09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

package:
name: gto
version: '1.5.7'
version: '1.5.8'

source:
git_rev: v1.5.7
git_rev: v1.5.8
git_url: https://github.com/cobilab/gto.git

requirements:
Expand Down
2 changes: 1 addition & 1 deletion manual/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
$^3$Department of Information and Communications Technologies, University of A Coru\~na, A Coru\~na, Spain\\
$^4$Department of Virology, University of Helsinki, Helsinki, Finland\\
~\\
Version 1.5.7
Version 1.5.8
}
\date{}
\maketitle
Expand Down
2 changes: 1 addition & 1 deletion src/GTO.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int main(int argc, char *argv[])
" ████████  ██  ████████  \n"
" \n"
"NAME \n"
" GTO v1.5.7, \n"
" GTO v1.5.8, \n"
" The Genomics-Proteomics Toolkit. \n"
" \n"
"AUTHORS \n"
Expand Down

0 comments on commit 30c4a09

Please sign in to comment.