Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
Change-Id: Ie4ebb5d3108262e5518749acad474008e3bbc58c
  • Loading branch information
Benoît Coste committed Dec 11, 2018
1 parent f95a1c0 commit 740e3e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
from setuptools import find_packages
import pip

VERSION = '0.0.1'
VERSION = '1.0.0'

config = {
'version': VERSION,
'description': 'TNS: synthesis of artificial neurons using their topological profiles package',
'author': 'Lida Kanari',
'url': 'https://bitbucket.org/bbp_lida/morphsynthesis',
'author_email': 'lida.kanari@epfl.ch',
'install_requires': [
'matplotlib>=1.3.1',
Expand All @@ -21,10 +20,10 @@
'enum34>=1.0.4',
'scipy>=0.13.3',
'numpy>=1.8.0'
'morphio<=2.0.0'
],
'dependency_links': [
'git+ssh://bbpcode.epfl.ch/molecularsystems/TMD#egg=tmd-1.0.0',
'git+ssh://git@github.com/bluebrain/morphio#egg=morphio-0.9.4',
],
'extras_require': {},
'packages': find_packages(),
Expand All @@ -34,5 +33,4 @@
'include_package_data': True,
}


setup(**config)

0 comments on commit 740e3e8

Please sign in to comment.