Skip to content

Commit

Permalink
Version bump to 2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kclem committed Jun 24, 2022
1 parent 632143d commit e8a796f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CRISPResso2/CRISPRessoShared.py
Expand Up @@ -18,14 +18,11 @@
import signal
import subprocess as sb
import unicodedata
from math import floor, sqrt

from CRISPResso2 import CRISPResso2Align
from CRISPResso2 import CRISPRessoCOREResources
from CRISPResso2.CRISPRessoMultiProcessing import get_max_processes


__version__ = "2.2.8"
__version__ = "2.2.9"

###EXCEPTIONS############################
class FlashException(Exception):
Expand Down

0 comments on commit e8a796f

Please sign in to comment.