File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import os
22
3- __version__ = 'v0.0.7 ' # update also in setup.py
3+ __version__ = 'v0.0.8 ' # update also in setup.py
44root_dir = os .path .dirname (os .path .abspath (os .path .dirname (__file__ )))
55
66info = {
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ def requirements2list(pfi_txt='requirements.txt'):
1414
1515
1616setup (name = 'nilabels' ,
17- version = 'v0.0.7 ' , # update also in definitions.py
17+ version = 'v0.0.8 ' , # update also in definitions.py
1818 description = 'Toolkit to manipulate and measure image segmentations in nifti format.' ,
1919 author = 'sebastiano ferraris' ,
20202121 license = 'MIT' ,
22- url = 'https://github.com/SebastianoF /nilabels' ,
22+ url = 'https://github.com/nipy /nilabels' ,
2323 packages = find_packages (),
2424 install_requires = requirements2list ()
2525 )
You can’t perform that action at this time.
0 commit comments