Skip to content

Commit

Permalink
Set version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad committed Apr 17, 2018
1 parent f08430a commit 7074825
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.3.1 (2018-04-17)
- Remove íssue with supplementary read in paired-end mappings

v0.3.0 (2017-03-26)
- Change of ratio's CLI interface (using of keyword parameters for BAM files)
- The subcommand ratio now normalizes to the number of aligned bases not reads
Expand Down
4 changes: 2 additions & 2 deletions bin/covernant
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ from covernantlib import rescalewig


__author__ = "Konrad Foerstner <[email protected]>"
__copyright__ = "2013-2017 by Konrad Foerstner <[email protected]>"
__copyright__ = "2013-2018 by Konrad Foerstner <[email protected]>"
__license__ = "ISC license"
__email__ = "[email protected]"
__version__ = "0.3.0"
__version__ = "0.3.1"


def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='COVERnant',
version='0.3.0',
version='0.3.1',
packages=['covernantlib'],
author='Konrad U. Förstner',
author_email='[email protected]',
Expand Down

0 comments on commit 7074825

Please sign in to comment.