Skip to content

Commit

Permalink
Fix version in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Wachsmuth-Melm committed Apr 16, 2024
1 parent 2faf3a2 commit e07c980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ author_email = mail@moritzwm.de
license = BSD-3-Clause
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Framework :: napari
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Expand Down
2 changes: 1 addition & 1 deletion src/napari_imodmodel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1"
__version__ = "1.0.2"

from ._reader import napari_get_reader
from ._sample_data import make_sample_data
Expand Down

0 comments on commit e07c980

Please sign in to comment.