Skip to content

Commit 2692de5

Browse files
committed
rolled to version 0.1.0
1 parent 9ecdca2 commit 2692de5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from distutils.core import setup
22
from setuptools import setup
33

4-
VERSION = "0.0.51-dev12"
4+
VERSION = "0.1.0"
55

66
setup(
77
name='ndmg',
@@ -27,8 +27,8 @@
2727
},
2828
version=VERSION,
2929
description='Neuro Data MRI to Graphs Pipeline',
30-
author='Greg Kiar, Will Gray Roncal, and Eric Bridgeford',
31-
author_email='gkiar@jhu.edu, wgr@jhu.edu, ebridge2@jhu.edu',
30+
author='Greg Kiar, Eric Bridgeford, Will Gray Roncal',
31+
author_email='gkiar@jhu.edu, ebridge2@jhu.edu, wgr@jhu.edu',
3232
url='https://github.com/neurodata/ndmg',
3333
download_url='https://github.com/neurodata/ndmg/tarball/' + VERSION,
3434
keywords=[

0 commit comments

Comments
 (0)