Skip to content

Commit

Permalink
Version 1.3beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lucventurini committed Oct 15, 2018
1 parent 758ee48 commit ca951c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 1.3
# Version 1.3beta

One of the major highlights of this release is the completion of the "padding" functionality.
Briefly, if instructed to do so, now Mikado will be able to uniform the ends of transcripts within a single locus (similar to what was done for the last _Arabidopsis thaliana_ annotation release).
Expand Down
2 changes: 1 addition & 1 deletion Mikado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__author__ = 'Luca Venturini'
__license__ = 'GPL3'
__copyright__ = 'Copyright 2015-2020 Luca Venturini'
__version__ = "1.3"
__version__ = "1.3beta"

__all__ = ["configuration",
"exceptions",
Expand Down

0 comments on commit ca951c2

Please sign in to comment.