diff --git a/crispio/cli.py b/crispio/cli.py index 71f5298..4603dbc 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' +__version__ = '0.0.2.post1' def _allow_broken_pipe(f: Callable) -> Callable: diff --git a/pyproject.toml b/pyproject.toml index 18cfd7d..0fe1024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "crispio" -version = "0.0.2" +version = "0.0.2.post1" authors = [ { name="Eachan Johnson", email="eachan.johnson@crick.ac.uk" }, ]