Skip to content

Commit

Permalink
Add acknowledgements
Browse files Browse the repository at this point in the history
  • Loading branch information
HanBnrd committed Aug 18, 2023
1 parent da24b6f commit dbca4d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ pip install --upgrade nirsimple
### Example

An example of using NIRSimple with MNE can be found [here](https://github.com/HanBnrd/NIRSimple/blob/master/examples/simple_probe.ipynb).


### Acknowledgements

Until there is an article specifically on NIRSimple, please cite [this article](https://doi.org/10.3389/fnrgo.2023.994969).
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Johann Benerradi'

# The full version, including alpha/beta/rc tags
release = '0.1.3'
release = '0.1.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="nirsimple",
version="0.1.3",
version="0.1.4",
author="Johann Benerradi",
author_email="[email protected]",
description="fNIRS signal processing simplified",
Expand Down

0 comments on commit dbca4d5

Please sign in to comment.