Skip to content

Commit 086294a

Browse files
committed
Bump version: 1.1.7 → 1.1.8
1 parent 5649575 commit 086294a

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.7
2+
current_version = 1.1.8
33
commit = True
44
tag = True
55

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.7
1+
1.1.8

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[bumpversion]
2-
current_version = 1.1.7
2+
current_version = 1.1.8
33
commit=True
44
tag=True
55

66
[metadata]
77
name = HaplotagLR
8-
version = 1.1.7
8+
version = 1.1.8
99

1010
[options]
1111
packages = HaplotagLR

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131

3232
metadata = dict(
3333
name = 'HaplotagLR',
34-
version = '1.1.7',
34+
version = '1.1.8',
3535
license = 'MIT',
3636
description = 'Phasing individual long reads using known haplotype information.',
3737
description_content_type = 'text/plain',

src/HaplotagLR/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.1.7'
1+
__version__ = '1.1.8'
22
try:
33
from ._HaplotagLR import longest # noqa
44
except ImportError:

src/HaplotagLR/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from HaplotagLR.InputData import *
1414
from HaplotagLR import urls
1515

16-
__version__ = "1.1.7"
16+
__version__ = "1.1.8"
1717

1818
# TO-DO:
1919
## The main haplotagging function should be a wrapper that loops over samples

utils/fitErrorModel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
log-likelihood ratio distribution, just somewhat less granular.
1717
"""
1818

19-
__version__ = "1.1.7"
19+
__version__ = "1.1.8"
2020

2121

2222
def parse_histogram_file(log_file):

0 commit comments

Comments
 (0)