diff --git a/MANIFEST.in b/MANIFEST.in index bef9443..3d6ce4f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include LICENSE include requirements.txt +include package.json include tvbwidgets/ui/connectivity_react/Connectivity.css include tvbwidgets/ui/connectivity_react/Connectivity.tsx include tvbwidgets/ui/ts_widget_help.ini diff --git a/package.json b/package.json index c307afd..760ae4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tvb-widgets", - "version": "2.0.2", + "version": "2.0.3", "description": "GUI widgets for EBRAINS showcases", "homepage": "https://github.com/the-virtual-brain/tvb-widgets", "license": "GPL-3.0-or-later",