Skip to content

Commit caaef05

Browse files
jesper eisfeldtjesper eisfeldt
authored andcommitted
modified: setup.py
modified: tiddit/__main__.py
1 parent 6072296 commit caaef05

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
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name = 'tiddit',
23-
version = '3.3.1',
23+
version = '3.3.2',
2424

2525
url = "https://github.com/SciLifeLab/TIDDIT",
2626
author = "Jesper Eisfeldt",

tiddit/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import tiddit.tiddit_contig_analysis as tiddit_contig_analysis
1818

1919
def main():
20-
version="3.3.1"
20+
version="3.3.2"
2121
parser = argparse.ArgumentParser("""tiddit-{}""".format(version),add_help=False)
2222
parser.add_argument("--sv" , help="call structural variation", required=False, action="store_true")
2323
parser.add_argument("--cov" , help="generate a coverage bed file", required=False, action="store_true")

0 commit comments

Comments
 (0)