Skip to content

Commit 2e6dacf

Browse files
committed
Prepare for release
1 parent c63d6fe commit 2e6dacf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 0.7.3 (2017-05-22) ###
2+
* Added function to print higlass zoom resolutions for a given genome and base resolution.
3+
14
### 0.7.2 (2017-05-09) ###
25

36
* Improve chunking and fix pickling issue with aggregating very large text datasets

cooler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
"""
1313
import logging
14-
__version__ = '0.7.2'
14+
__version__ = '0.7.3'
1515
__format_version__ = 2
1616
_logger = None
1717

0 commit comments

Comments
 (0)