Skip to content

Commit

Permalink
Set version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad committed Nov 11, 2016
1 parent 84c0636 commit 94ff724
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
v0.1 (2016-11-11)
- Add wiggle rescaling

v0.1 (2016-07-11)
- Initial release
2 changes: 1 addition & 1 deletion bin/covernant
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ __author__ = "Konrad Foerstner <[email protected]>"
__copyright__ = "2013-2016 by Konrad Foerstner <[email protected]>"
__license__ = "ISC license"
__email__ = "[email protected]"
__version__ = "0.2dev"
__version__ = "0.2"


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.1',
version='0.2',
packages=['covernantlib'],
author='Konrad U. Förstner',
author_email='[email protected]',
Expand Down

0 comments on commit 94ff724

Please sign in to comment.