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

Commit

Permalink
Fix PyPI install missing version number (#60)
Browse files Browse the repository at this point in the history
* Include package.json in Manifests

* Bump version
  • Loading branch information
dpwrussell authored May 23, 2017
1 parent 5863a2a commit ba10c28
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions autotag/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include README.rst
include LICENSE.txt
include package.json
recursive-include omero_webtagging_autotag *
2 changes: 1 addition & 1 deletion autotag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webtagging-autotag",
"version": "3.0.0",
"version": "3.0.1",
"description": "",
"main": "bundle.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions tagsearch/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include README.rst
include LICENSE.txt
include VERSION.txt
recursive-include omero_webtagging_tagsearch *
2 changes: 1 addition & 1 deletion tagsearch/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1

0 comments on commit ba10c28

Please sign in to comment.