Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit ba10c28

Browse files
authored
Fix PyPI install missing version number (#60)
* Include package.json in Manifests * Bump version
1 parent 5863a2a commit ba10c28

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

autotag/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include README.rst
22
include LICENSE.txt
3+
include package.json
34
recursive-include omero_webtagging_autotag *

autotag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webtagging-autotag",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "",
55
"main": "bundle.js",
66
"scripts": {

tagsearch/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include README.rst
22
include LICENSE.txt
3+
include VERSION.txt
34
recursive-include omero_webtagging_tagsearch *

tagsearch/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

0 commit comments

Comments
 (0)