Skip to content
Snippets Groups Projects
Commit 13e7a29a authored by alice grosch's avatar alice grosch
Browse files

Update to version 0.1.4 dev

parent c75f2cf0
Branches
No related tags found
No related merge requests found
......@@ -11,13 +11,17 @@ To install use pip:
$ pip install dicom_upload
$ jupyter nbextension enable --py --sys-prefix dicom_upload
Alternatively, install directly from GitLab:
$ pip install git+https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload.git
To install for jupyterlab
$ jupyter labextension install dicom_upload
For a development installation (requires npm),
$ git clone https://github.com/jsc/dicom-upload.git
$ git clone https://gitlab.version.fz-juelich.de/jupyter4jsc/j4j_extras/dicom-upload.git
$ cd dicom-upload
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix dicom_upload
......
......@@ -3,4 +3,4 @@ Information about the frontend package of the widgets.
"""
module_name = "dicom-upload"
module_version = "0.1.3"
module_version = "0.1.4"
# Module version
version_info = (0, 1, 3, 'final', 0)
version_info = (0, 1, 4, 'alpha', 0)
# Module version stage suffix map
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
......
This diff is collapsed.
{
"name": "dicom-upload",
"version": "0.1.3",
"version": "0.1.4",
"description": "Upload DICOM files with patient und study data removed from header",
"keywords": [
"jupyter",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment