diff --git a/setup.py b/setup.py index 7951021..e70f572 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -TVB_INVERSION_VERSION = '0.3.0' +TVB_INVERSION_VERSION = '0.4.0' SBI_TVB_REQUIREMENTS = ["autopep8", "sbi", "scipy", "torch", "numpy", "tvb-library", "dask", "distributed", "pandas"] TVB_INVERSION_TEAM = "Jan Fousek, Meysam Hashemi, Abolfazl Ziaee Mehr" @@ -12,5 +12,6 @@ author=TVB_INVERSION_TEAM, author_email='tvb.admin@thevirtualbrain.org', url='http://www.thevirtualbrain.org', + license="GPL-3.0-or-later", download_url='https://github.com/the-virtual-brain/tvb-inversion', )