diff --git a/porechop/version.py b/porechop/version.py index cdf9025..7ee7940 100644 --- a/porechop/version.py +++ b/porechop/version.py @@ -2,4 +2,4 @@ The version is stored here in a separate file so it can exist in only one place. http://stackoverflow.com/questions/458550 """ -__version__ = '0.2.2' +__version__ = '0.2.3'