From b3a4f774d0240a7c97ecef2c56decfcef9182f8d Mon Sep 17 00:00:00 2001 From: Lia Domide Date: Wed, 30 Nov 2022 16:56:17 +0200 Subject: [PATCH] mention GPL license Update version number to 0.4.0 in preparation for a future release --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', )