Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Oct 24, 2019
1 parent bd59c81 commit 4ae5116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion isovar/__init__.py
Expand Up @@ -14,7 +14,7 @@

from __future__ import print_function, division, absolute_import

__version__ = "1.0.10"
__version__ = "1.1.0"


from .allele_read import AlleleRead
Expand Down
3 changes: 1 addition & 2 deletions isovar/translation.py
Expand Up @@ -111,8 +111,7 @@ def reference_cdna_sequence_before_variant(self):
Returns str
"""
return (
self.variant_orf.reference_cdna_sequence_before_variant)
return self.variant_orf.reference_cdna_sequence_before_variant


@property
Expand Down

0 comments on commit 4ae5116

Please sign in to comment.