Skip to content

Commit

Permalink
for important release of WMH
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaOlenchuk committed May 23, 2021
1 parent c8c7226 commit f6fe9d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
setup(
name='deepNeuroSeg',
packages = ['deepNeuroSeg'],
version='1.0.3',
version='v0.1',
license='MIT',
author='Margaryta Olenchuk',
description='Deep-learning Tool for White Matter (WM) lesions and Claustrum structure segmentation in brain magnetic resonance imaging (MRI).',
long_description=long_description,
long_description_content_type='text/markdown',
url = 'https://github.com/RitaOlenchuk/deepNeuroSeg',
download_url = 'https://github.com/RitaOlenchuk/deepNeuroSeg/archive/refs/tags/1.0.3.tar.gz',
download_url = 'https://github.com/RitaOlenchuk/deepNeuroSeg/archive/refs/tags/v0.1.tar.gz',
keywords = ['deep-learning', 'machine-learning', 'segmentation', 'MRI', 'White Matter Lesions', 'Claustrum'],
python_requires='>=3.9',
install_requires=[
Expand Down

0 comments on commit f6fe9d8

Please sign in to comment.