Skip to content

Commit b065feb

Browse files
committed
pre release v0.0.8
1 parent 3a287fe commit b065feb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nilabels/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = 'v0.0.7' # update also in setup.py
3+
__version__ = 'v0.0.8' # update also in setup.py
44
root_dir = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
55

66
info = {

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ def requirements2list(pfi_txt='requirements.txt'):
1414

1515

1616
setup(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',
2020
author_email='sebastiano.ferraris@gmail.com',
2121
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
)

0 commit comments

Comments
 (0)