Skip to content

Commit

Permalink
Prep for 1.1.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Oct 29, 2019
1 parent 5b3e979 commit 42ab5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.8 (in progress)
## 1.1.8
- Add `antibody` configuration option. Setting a specific antibody for ChIP-seq will use appropriate
settings for that antibody. See the documentation for supported antibodies.
- Add `use_lowfreq_filter` for forcing vardict to report variants with low allelic frequency,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from setuptools import setup, find_packages

version = "1.1.8a"
version = "1.1.8"

def write_version_py():
version_py = os.path.join(os.path.dirname(__file__), 'bcbio', 'pipeline',
Expand Down

0 comments on commit 42ab5a9

Please sign in to comment.