From c4840fd5c03747597fbe16b6ca0e10459f6d8cba Mon Sep 17 00:00:00 2001 From: adamewing Date: Wed, 21 Jul 2021 00:12:16 +1000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a73a114..66a1cf0 100644 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ def check_python(): if not check_java(): sys.exit('Dependency problem: java not found') setup(name='bamsurgeon', - version='1.2', + version='1.3', author='Adam Ewing', license='MIT', scripts=['bin/addindel.py',