Skip to content

Commit

Permalink
mention GPL license
Browse files Browse the repository at this point in the history
Update version number to 0.4.0 in preparation for a future release
  • Loading branch information
liadomide authored Nov 30, 2022
1 parent 9b496ae commit b3a4f77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -12,5 +12,6 @@
author=TVB_INVERSION_TEAM,
author_email='[email protected]',
url='http://www.thevirtualbrain.org',
license="GPL-3.0-or-later",
download_url='https://github.com/the-virtual-brain/tvb-inversion',
)

0 comments on commit b3a4f77

Please sign in to comment.