From 3c9b1344e19dee04b169c0860bc11304d6a594b5 Mon Sep 17 00:00:00 2001 From: Kendell Clement Date: Wed, 30 Sep 2020 23:51:08 -0400 Subject: [PATCH] Version bump to v2.0.42 --- CRISPResso2/CRISPRessoShared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRISPResso2/CRISPRessoShared.py b/CRISPResso2/CRISPRessoShared.py index e6275263..cf5e0b5c 100644 --- a/CRISPResso2/CRISPRessoShared.py +++ b/CRISPResso2/CRISPRessoShared.py @@ -31,7 +31,7 @@ else: import cPickle as cp #python 2.7 -__version__ = "2.0.41" +__version__ = "2.0.42" ###EXCEPTIONS############################ class FlashException(Exception):