Skip to content

Commit

Permalink
update version and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Oct 5, 2020
1 parent 57b8391 commit 5f1f6c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# 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

### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ usage: pepatac.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V]
[--no-scale] [--prioritize] [--keep] [--noFIFO] [--lite]
[--skipqc] [-V]
PEPATAC version 0.9.6
PEPATAC version 0.9.7
optional arguments:
-h, --help show this help message and exit
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.6"
__version__ = "0.9.7"


from argparse import ArgumentParser
Expand Down
2 changes: 1 addition & 1 deletion usage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ usage: pepatac.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V]
[--no-scale] [--prioritize] [--keep] [--noFIFO] [--lite]
[--skipqc] [-V]

PEPATAC version 0.9.5
PEPATAC version 0.9.7

optional arguments:
-h, --help show this help message and exit
Expand Down

0 comments on commit 5f1f6c2

Please sign in to comment.