We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91456d7 commit f693064Copy full SHA for f693064
CHANGES.md
@@ -1,3 +1,8 @@
1
+### 0.7.9 (2018-03-30) ###
2
+
3
+* Indexed pairs loading commands now provide option for 0- or 1-based positions (1-based by default). #115
4
+* Fixed error introduced into cload pairix in last release.
5
6
### 0.7.8 (2018-03-18) ###
7
8
* New `cooler cload pairs` command provides index-free loading of pairs.
cooler/__init__.py
@@ -11,7 +11,7 @@
11
12
"""
13
import logging
14
-__version__ = '0.7.9-dev'
+__version__ = '0.7.9'
15
__format_version__ = 2
16
_logger = None
17
0 commit comments