Skip to content

Commit dbbc5dc

Browse files
committed
fix version
1 parent 5f1f6c2 commit dbbc5dc

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/changelog.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# Change log
22
All notable changes to this project will be documented in this file.
33

4-
## [0.9.7] -- 2020-10-05
5-
6-
### Changed
7-
- Update requirements for looper pypi name
8-
- Update docs
9-
10-
## [0.9.6] -- 2020-09-22
4+
## [0.9.6] -- 2020-10-05
115

126
### Changed
137
- Improve messaging for missing tool environment variables
148
- Update tutorial to show multiple sample handling
159
- Update example output to match updated tutorial
1610
- Fix recovery mode after compressing the shifted_bed output
1711
- Update gold example
12+
- Update requirements for looper pypi name
13+
- Update docs
1814

1915
## [0.9.5] -- 2020-09-08
2016

pipelines/pepatac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
__author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"]
77
__email__ = "[email protected]"
8-
__version__ = "0.9.7"
8+
__version__ = "0.9.6"
99

1010

1111
from argparse import ArgumentParser

0 commit comments

Comments
 (0)