Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Oct 5, 2020
1 parent 5f1f6c2 commit dbbc5dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Change log
All notable changes to this project will be documented in this file.

## [0.9.7] -- 2020-10-05

### Changed
- Update requirements for looper pypi name
- Update docs

## [0.9.6] -- 2020-09-22
## [0.9.6] -- 2020-10-05

### Changed
- Improve messaging for missing tool environment variables
- Update tutorial to show multiple sample handling
- Update example output to match updated tutorial
- Fix recovery mode after compressing the shifted_bed output
- Update gold example
- Update requirements for looper pypi name
- Update docs

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

Expand Down
2 changes: 1 addition & 1 deletion pipelines/pepatac.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"]
__email__ = "[email protected]"
__version__ = "0.9.7"
__version__ = "0.9.6"


from argparse import ArgumentParser
Expand Down

0 comments on commit dbbc5dc

Please sign in to comment.