Skip to content

Commit

Permalink
none is clearer semantically as "No version available rn"
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat authored Nov 6, 2024
1 parent 1b166ee commit 6023dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniscope_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
try:
__version__ = metadata.version("miniscope_io")
except metadata.PackageNotFoundError: # pragma: nocover
__version__ = "0.0.0"
__version__ = None

0 comments on commit 6023dc6

Please sign in to comment.