Skip to content

Commit

Permalink
fix: Fixed MedVol name
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol-G committed Aug 9, 2024
1 parent 8531ca7 commit c284ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion medvol/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.0.2"
__version__ = "0.0.3"

from medvol.medvol import MedVol
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = medvol
name = MedVol
version = attr: medvol.__version__
description = A wrapper for loading medical 3D image volumes such as NIFTI or NRRD images.
long_description = file: README.md
Expand Down

0 comments on commit c284ee1

Please sign in to comment.