Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink committed Mar 27, 2024
1 parent 1ba8198 commit 3ef27a8
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 3ef27a8

Please sign in to comment.