We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e166c7 commit 182b95fCopy full SHA for 182b95f
DCC/main.py
@@ -22,7 +22,7 @@
22
23
24
def main():
25
- version = "0.4.7"
+ version = "0.4.8"
26
27
parser = argparse.ArgumentParser(prog="DCC", formatter_class=argparse.RawDescriptionHelpFormatter,
28
fromfile_prefix_chars="@",
setup.py
# 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,
0 commit comments