Skip to content

Commit 414295e

Browse files
committed
modified: ../setup.py
modified: __main__.py
1 parent 1039b7e commit 414295e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

2828
setup(
2929
name = 'tiddit',
30-
version = '3.9.2',
30+
version = '3.9.3',
3131

3232

3333
url = "https://github.com/SciLifeLab/TIDDIT",

tiddit/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import tiddit.tiddit_gc as tiddit_gc
1919

2020
def main():
21-
version="3.9.2"
21+
version="3.9.3"
2222
parser = argparse.ArgumentParser("""tiddit-{}""".format(version),add_help=False)
2323
parser.add_argument("--sv" , help="call structural variation", required=False, action="store_true")
2424
parser.add_argument("--cov" , help="generate a coverage bed file", required=False, action="store_true")

0 commit comments

Comments
 (0)