Skip to content

Commit

Permalink
new release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaOlenchuk committed Jul 5, 2021
1 parent 4a6e7fa commit 45b460c
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='v0.3',
version='v0.4',
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/v0.3.tar.gz',
download_url = 'https://github.com/RitaOlenchuk/deepNeuroSeg/archive/refs/tags/v0.4.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 45b460c

Please sign in to comment.