Skip to content

Commit

Permalink
fix (moPepGen): wrong version updated..
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchcn committed Oct 4, 2023
1 parent 5124d1b commit e816fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moPepGen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Iterable, IO


__version__ = '1.2.0'
__version__ = '1.2.1'

## Error messages
ERROR_INDEX_IN_INTRON = 'The genomic index seems to be in an intron'
Expand Down
2 changes: 1 addition & 1 deletion moPepGen/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from moPepGen import __version__


MINIMAL_VERSION = '1.2.1'
MINIMAL_VERSION = '1.1.0'

class MetaVersion():
""" Versions """
Expand Down

0 comments on commit e816fca

Please sign in to comment.