diff --git a/setup.py b/setup.py index b72d9a08eb3e89b00d00190777296a9b65c2a4e1..0cf45ff23f88538e7f2d80ea7136415737073b34 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup setup( name='tvb-ebrains-data', packages=find_packages(), - version='0.1.1', + version='0.2.0', install_requires=[ 'tvb-library', ]