vitessce-python icon indicating copy to clipboard operation
vitessce-python copied to clipboard

Use one version number for both PyPI and NPM

Open keller-mark opened this issue 3 years ago • 2 comments

In vitessce/_version.py read the version from js/package.json. Bump the current version in package.json to be greater than max(current pypi, current npm)

Update the Deployment section of README.md to note that bumping the PyPI package version will require running npm version.

keller-mark avatar May 12 '22 19:05 keller-mark

There's also a reference in vitessce/config.py, in a default kwarg. Not sure about the best solution.

mccalluc avatar May 17 '22 13:05 mccalluc

That is a schema version, which does not (at least currently) align with any package version

keller-mark avatar May 17 '22 20:05 keller-mark