Skip to content

Commit

Permalink
Merge branch 'dev/main' of github.com:janelia-cellmap/dacapo into dev…
Browse files Browse the repository at this point in the history
…/main
  • Loading branch information
rhoadesScholar committed Mar 27, 2024
2 parents 1ba8198 + 3ef27a8 commit c4ca798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dacapo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__version__ = 0.3.0
__version__ = "0.3.0"
__version_info__ = tuple(int(i) for i in __version__.split("."))

from .options import Options # noqa
from . import experiments, utils # noqa
Expand Down

0 comments on commit c4ca798

Please sign in to comment.