Skip to content

Commit

Permalink
Added missing __init__ files and update to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Feb 9, 2024
1 parent 6bbfbee commit 504c08a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Empty file added nextqsm/models/__init__.py
Empty file.
Empty file added nextqsm/processing/__init__.py
Empty file.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import os
from setuptools import setup, find_packages

setup(
name="nextqsm",
long_description="NeXtQSM is a complete deep learning pipeline for data-consistent quantitative susceptibility mapping trained with hybrid data",
version="1.0.2",
version="1.0.3",
packages=find_packages(),
package_dir={'nextqsm': 'nextqsm'},
package_data={
Expand Down

0 comments on commit 504c08a

Please sign in to comment.