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 1
1
import os
2
2
3
- __version__ = 'v0.0.7 ' # update also in setup.py
3
+ __version__ = 'v0.0.8 ' # update also in setup.py
4
4
root_dir = os .path .dirname (os .path .abspath (os .path .dirname (__file__ )))
5
5
6
6
info = {
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ def requirements2list(pfi_txt='requirements.txt'):
14
14
15
15
16
16
setup (name = 'nilabels' ,
17
- version = 'v0.0.7 ' , # update also in definitions.py
17
+ version = 'v0.0.8 ' , # update also in definitions.py
18
18
description = 'Toolkit to manipulate and measure image segmentations in nifti format.' ,
19
19
author = 'sebastiano ferraris' ,
20
20
author_email = 'sebastiano.ferraris@gmail.com' ,
21
21
license = 'MIT' ,
22
- url = 'https://github.com/SebastianoF /nilabels' ,
22
+ url = 'https://github.com/nipy /nilabels' ,
23
23
packages = find_packages (),
24
24
install_requires = requirements2list ()
25
25
)
You can’t perform that action at this time.
0 commit comments