Skip to content

Commit

Permalink
Merge pull request #312 from uclahs-cds/czhu-version-bump
Browse files Browse the repository at this point in the history
version bump to 0.1.0-beta.1
  • Loading branch information
zhuchcn authored Dec 23, 2021
2 parents c3b45e3 + 068c625 commit 835230a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moPepGen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Iterable


__version__ = '0.0.1'
__version__ = '0.1.0-beta.1'

## Error messages
ERROR_INDEX_IN_INTRON = 'The genomic index seems to be in an intron'
Expand Down

0 comments on commit 835230a

Please sign in to comment.