From dbbc5dc0711a8a20531eddcddd1eed5d634db056 Mon Sep 17 00:00:00 2001 From: jpsmith5 Date: Mon, 5 Oct 2020 13:32:33 -0400 Subject: [PATCH] fix version --- docs/changelog.md | 10 +++------- pipelines/pepatac.py | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1c6e18c7..bdd343ae 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,13 +1,7 @@ # 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 @@ -15,6 +9,8 @@ All notable changes to this project will be documented in this file. - 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 diff --git a/pipelines/pepatac.py b/pipelines/pepatac.py index f56efa1d..0abf3d28 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.7" +__version__ = "0.9.6" from argparse import ArgumentParser