diff --git a/crispio/cli.py b/crispio/cli.py index 4603dbc..eeeab3a 100644 --- a/crispio/cli.py +++ b/crispio/cli.py @@ -19,7 +19,7 @@ from .map import GuideLibrary from .utils import sequences -__version__ = '0.0.2.post1' +__version__ = '0.0.2.post2' def _allow_broken_pipe(f: Callable) -> Callable: diff --git a/pyproject.toml b/pyproject.toml index 0fe1024..7cd72b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "crispio" -version = "0.0.2.post1" +version = "0.0.2.post2" authors = [ { name="Eachan Johnson", email="eachan.johnson@crick.ac.uk" }, ]