Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 13, 2021
1 parent d5f2cd4 commit c77c4c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

setup(
name = 'mgz2lut_report',
version = '1.1.0',
version = '1.1.1',
description = 'An app to generate a report on volumes of various brain segments listed in a Look-up Table (Default = FreeSurferColorLUT.txt',
long_description = readme,
author = 'Sandip Samal',
author_email = '[email protected]',
url = 'http://wiki',
url = 'https://github.com/FNNDSC/pl-mgz2LUT_report',
packages = ['mgz2lut_report'],
install_requires = ['chrisapp'],
test_suite = 'nose.collector',
Expand All @@ -25,3 +25,4 @@
]
}
)

0 comments on commit c77c4c5

Please sign in to comment.