Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Mar 19, 2024
1 parent 7e37003 commit 7e1858f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.1'
__version__ = '0.0.2'

def _allow_broken_pipe(f: Callable) -> Callable:

Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "crispio"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Eachan Johnson", email="[email protected]" },
]
Expand Down Expand Up @@ -29,7 +29,6 @@ classifiers = [

dependencies = [
"bioino>=0.0.2",
"carabiner-tools",
"pyyaml",
"nemony",
"numpy",
Expand All @@ -41,7 +40,7 @@ dependencies = [
[project.optional-dependencies]
fit = [
"carabiner-tools[pd,mpl]",
"jax",
"jax[cuda12]",
"optax",
"scipy",
"matplotlib",
Expand Down

0 comments on commit 7e1858f

Please sign in to comment.