Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Aug 24, 2016
1 parent 46830b8 commit 412063e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.4.1 (2016-08-24) ###

* Most scripts ported over to a new command line interface using the Click framework with many updates.
* New `show` and `info` scripts.
* Updated Readme.
* Minor bug fixes.


### 0.4.0 (2016-08-18) ###

Schema
Expand Down Expand Up @@ -37,4 +45,4 @@ Features

### 0.1 (2015-11-22) ###

* Working initial prototype.
* Working initial prototype.
2 changes: 1 addition & 1 deletion cooler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:license: BSD
"""
__version__ = '0.4.1-dev'
__version__ = '0.5.0'
__format_version__ = 2

from .api import Cooler, get, info, chroms, bins, pixels, matrix, annotate
Expand Down

0 comments on commit 412063e

Please sign in to comment.