Skip to content

Commit

Permalink
Bump version: 1.1.5-dev → 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Dec 10, 2021
1 parent 0b78dcc commit 59a290a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
tag_message = Version {new_version}
current_version = 1.1.5-dev
current_version = 1.1.5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion ggsashimi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pysam


__version__ = "1.1.5-dev"
__version__ = "1.1.5"


def get_version():
Expand Down

0 comments on commit 59a290a

Please sign in to comment.