Skip to content

Commit

Permalink
chore(release): 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Aug 14, 2023
1 parent 3102e77 commit 103090c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ optional arguments:

If you are using the MIP Dataset Mapper (`mip_dmp`) in your work, please acknowledge this software with the following entry:

> Tourbier, Sebastien, Schaffhauser, Birgit, & Ryvlin, Philippe. (2023). HBPMedical/mip-dmp: v0.0.6 (0.0.6). Zenodo. https://doi.org/10.5281/zenodo.8056371
> Tourbier, Sebastien, Schaffhauser, Birgit, & Ryvlin, Philippe. (2023). HBPMedical/mip-dmp: v0.0.7 (0.0.7). Zenodo. https://doi.org/10.5281/zenodo.8056371
## Funding

Expand Down
2 changes: 1 addition & 1 deletion docs/citing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ How to cite?

If you use this software in a scientific publication, please cite it with the following entry:

1. Tourbier, Sebastien, Schaffhauser, Birgit, & Ryvlin, Philippe. (2023). HBPMedical/mip-dmp: v0.0.6 (0.0.6). Zenodo. https://doi.org/10.5281/zenodo.8056371
1. Tourbier, Sebastien, Schaffhauser, Birgit, & Ryvlin, Philippe. (2023). HBPMedical/mip-dmp: v0.0.7 (0.0.7). Zenodo. https://doi.org/10.5281/zenodo.8056371
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installation Instructions for Users

$ source ./venv/bin/activate
(venv)$ pip install -r https://raw.githubusercontent.com/HBPMedical/mip-dmp/main/requirements.txt
(venv)$ pip install git+https://github.com/HBPMedical/[email protected].6
(venv)$ pip install git+https://github.com/HBPMedical/[email protected].7

.. note::
`mip_dmp` has not been made available on the Python Package Index (PyPI) yet, so we need to install it directly from GitHub.
2 changes: 1 addition & 1 deletion mip_dmp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

"""MIP Dataset Mapper main module that stores the package version."""

VERSION = "0.0.6"
VERSION = "0.0.7"

0 comments on commit 103090c

Please sign in to comment.