Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsmith5 committed Nov 2, 2020
1 parent f6fc0d9 commit 3547db1
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.9] -- 2020-11-02

### Changed
- Improved messaging on missing feature annotation asset
- Fixed resource name for manual TSS file

## [0.9.8] -- 2020-10-22

### Added
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]
[--motif] [--sob] [--no-scale] [--prioritize] [--keep]
[--noFIFO] [--lite] [--skipqc] [-V]
PEPATAC version 0.9.8
PEPATAC version 0.9.9
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.8"
__version__ = "0.9.9"


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]
[--motif] [--sob] [--no-scale] [--prioritize] [--keep]
[--noFIFO] [--lite] [--skipqc] [-V]

PEPATAC version 0.9.8
PEPATAC version 0.9.9

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

0 comments on commit 3547db1

Please sign in to comment.