Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Mar 23, 2024
1 parent 6f0d845 commit ef645ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crispio/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
]
Expand Down

0 comments on commit ef645ea

Please sign in to comment.