Skip to content

Commit

Permalink
Version bump to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Sep 10, 2018
1 parent 14a5376 commit b6245f0
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.6"
version = "0.4.7"

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.6',
version='0.4.7',

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

0 comments on commit b6245f0

Please sign in to comment.