diff --git a/autotag/MANIFEST.in b/autotag/MANIFEST.in index 900aac4..832b00b 100644 --- a/autotag/MANIFEST.in +++ b/autotag/MANIFEST.in @@ -1,3 +1,4 @@ include README.rst include LICENSE.txt +include package.json recursive-include omero_webtagging_autotag * diff --git a/autotag/package.json b/autotag/package.json index 94684b8..990dc6a 100644 --- a/autotag/package.json +++ b/autotag/package.json @@ -1,6 +1,6 @@ { "name": "webtagging-autotag", - "version": "3.0.0", + "version": "3.0.1", "description": "", "main": "bundle.js", "scripts": { diff --git a/tagsearch/MANIFEST.in b/tagsearch/MANIFEST.in index 6597ca5..d8c8345 100644 --- a/tagsearch/MANIFEST.in +++ b/tagsearch/MANIFEST.in @@ -1,3 +1,4 @@ include README.rst include LICENSE.txt +include VERSION.txt recursive-include omero_webtagging_tagsearch * diff --git a/tagsearch/VERSION.txt b/tagsearch/VERSION.txt index 4a36342..cb2b00e 100644 --- a/tagsearch/VERSION.txt +++ b/tagsearch/VERSION.txt @@ -1 +1 @@ -3.0.0 +3.0.1