Skip to content

Commit 182b95f

Browse files
committed
Version bump to 0.4.8
1 parent 5e166c7 commit 182b95f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DCC/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
def main():
25-
version = "0.4.7"
25+
version = "0.4.8"
2626

2727
parser = argparse.ArgumentParser(prog="DCC", formatter_class=argparse.RawDescriptionHelpFormatter,
2828
fromfile_prefix_chars="@",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Versions should comply with PEP440. For a discussion on single-sourcing
2323
# the version across setup.py and the project code, see
2424
# https://packaging.python.org/en/latest/single_source_version.html
25-
version='0.4.7',
25+
version='0.4.8',
2626

2727
description='Detect circRNAs from chimeras',
2828
long_description=long_description,

0 commit comments

Comments
 (0)