Skip to content

Commit

Permalink
Version bump to 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Dec 18, 2019
1 parent 5e166c7 commit 182b95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DCC/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


def main():
version = "0.4.7"
version = "0.4.8"

parser = argparse.ArgumentParser(prog="DCC", formatter_class=argparse.RawDescriptionHelpFormatter,
fromfile_prefix_chars="@",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.4.7',
version='0.4.8',

description='Detect circRNAs from chimeras',
long_description=long_description,
Expand Down

0 comments on commit 182b95f

Please sign in to comment.