From 70b7b976c2707590ee8660b2b271782b4022c14a Mon Sep 17 00:00:00 2001 From: jpsmith5 Date: Tue, 11 Aug 2020 16:10:15 -0400 Subject: [PATCH] update version --- docs/changelog.md | 2 +- pipelines/pepatac.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3733fe23..03e00d4f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,7 +1,7 @@ # Change log All notable changes to this project will be documented in this file. -## [0.9.4] -- 2020-08-? +## [0.9.3] -- 2020-08-11 ### Added - Add bwa mem as alternative read aligner diff --git a/pipelines/pepatac.py b/pipelines/pepatac.py index 1ca493c6..cf28a204 100755 --- a/pipelines/pepatac.py +++ b/pipelines/pepatac.py @@ -5,7 +5,7 @@ __author__ = ["Jin Xu", "Nathan Sheffield", "Jason Smith"] __email__ = "jasonsmith@virginia.edu" -__version__ = "0.9.4" +__version__ = "0.9.3" from argparse import ArgumentParser