Skip to content

Commit

Permalink
[VER 🔒] releasing v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saratheriver committed Jul 26, 2022
1 parent 07d7e50 commit c02c415
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/01.install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Installation

**ENIGMA TOOLBOX** was tested with Matlab R2017b.

To install the Matlab toolbox simply `download <https://github.com/MICA-MNI/ENIGMA/archive/1.1.3.zip>`_
To install the Matlab toolbox simply `download <https://github.com/MICA-MNI/ENIGMA/archive/2.0.0.zip>`_
and unzip the GitHub toolbox (slow 🐢) or run the following command in your terminal (fast 🐅): ::
git clone https://github.com/MICA-MNI/ENIGMA.git
Expand Down
11 changes: 11 additions & 0 deletions docs/pages/02.whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
What's new?
======================================

v2.0.0 (July 26, 2022)
------------------------------------------
One year of bug fixing and brand spanking new BigBrain moments

::

↪ [FIX 🐛] Bug fixes all throughout | @saratheriver
↪ [DOC 📄] Updated citation | @saratheriver
↪ [NEW 💾] New BigBrain moments | @caseypaquola


v1.1.3 (July 28, 2021)
------------------------------------------
Typo in ``economo_koskinas_spider`` matlab function.
Expand Down
2 changes: 1 addition & 1 deletion enigmatoolbox/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""enigmatoolbox version"""

__version__ = '1.1.3'
__version__ = '2.0.0'

0 comments on commit c02c415

Please sign in to comment.