Skip to content

Commit f3cdeae

Browse files
committed
bump version
1 parent 034dee0 commit f3cdeae

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33

44

5+
## [0.9.12] -- 2020-12-01
6+
7+
### Changed
8+
- Update bulker crate and version
9+
510
## [0.9.11] -- 2020-12-01
611

712
### Changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ usage: pepatac.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V]
2222
[--motif] [--sob] [--no-scale] [--prioritize] [--keep]
2323
[--noFIFO] [--lite] [--skipqc] [-V]
2424
25-
PEPATAC version 0.9.11
25+
PEPATAC version 0.9.12
2626
2727
optional arguments:
2828
-h, --help show this help message and exit

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.11"
8+
__version__ = "0.9.12"
99

1010

1111
from argparse import ArgumentParser

usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ usage: pepatac.py [-h] [-R] [-N] [-D] [-F] [-T] [--silent] [--verbosity V]
1414
[--motif] [--sob] [--no-scale] [--prioritize] [--keep]
1515
[--noFIFO] [--lite] [--skipqc] [-V]
1616

17-
PEPATAC version 0.9.11
17+
PEPATAC version 0.9.12
1818

1919
optional arguments:
2020
-h, --help show this help message and exit

0 commit comments

Comments
 (0)