Skip to content

Commit

Permalink
rolled to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gkiar committed Jan 26, 2018
1 parent 9ecdca2 commit 2692de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup
from setuptools import setup

VERSION = "0.0.51-dev12"
VERSION = "0.1.0"

setup(
name='ndmg',
Expand All @@ -27,8 +27,8 @@
},
version=VERSION,
description='Neuro Data MRI to Graphs Pipeline',
author='Greg Kiar, Will Gray Roncal, and Eric Bridgeford',
author_email='[email protected], wgr@jhu.edu, ebridge2@jhu.edu',
author='Greg Kiar, Eric Bridgeford, Will Gray Roncal',
author_email='[email protected], ebridge2@jhu.edu, wgr@jhu.edu',
url='https://github.com/neurodata/ndmg',
download_url='https://github.com/neurodata/ndmg/tarball/' + VERSION,
keywords=[
Expand Down

0 comments on commit 2692de5

Please sign in to comment.