From 510eada5805d65f723efea5cf59bc185a4e9fc87 Mon Sep 17 00:00:00 2001
From: Jean-Luc Parouty <Jean-Luc.Parouty@grenoble-inp.fr>
Date: Thu, 28 Jan 2021 22:35:33 +0100
Subject: [PATCH] Update version to 2.0.9

---
 README.ipynb                | 13 ++++++++++---
 README.md                   |  2 +-
 fidle/01-update-index.ipynb |  2 +-
 fidle/config.py             |  2 +-
 4 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/README.ipynb b/README.ipynb
index 42d5a6f..f7d6c2a 100644
--- a/README.ipynb
+++ b/README.ipynb
@@ -3,7 +3,14 @@
   {
    "cell_type": "code",
    "execution_count": 1,
+   "id": "random-johns",
    "metadata": {
+    "execution": {
+     "iopub.execute_input": "2021-01-28T21:33:59.739494Z",
+     "iopub.status.busy": "2021-01-28T21:33:59.739070Z",
+     "iopub.status.idle": "2021-01-28T21:33:59.748161Z",
+     "shell.execute_reply": "2021-01-28T21:33:59.747785Z"
+    },
     "jupyter": {
      "source_hidden": true
     }
@@ -55,7 +62,7 @@
        "\n",
        "\n",
        "Current Version : <!-- VERSION_BEGIN -->\n",
-       "2.0.8\n",
+       "2.0.9\n",
        "<!-- VERSION_END -->\n",
        "\n",
        "\n",
@@ -214,9 +221,9 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.7.7"
+   "version": "3.8.5"
   }
  },
  "nbformat": 4,
- "nbformat_minor": 4
+ "nbformat_minor": 5
 }
diff --git a/README.md b/README.md
index 9c3a6a9..c1da7b5 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Don't forget to look at the [Wiki](https://gricad-gitlab.univ-grenoble-alpes.fr/
 
 
 Current Version : <!-- VERSION_BEGIN -->
-2.0.8
+2.0.9
 <!-- VERSION_END -->
 
 
diff --git a/fidle/01-update-index.ipynb b/fidle/01-update-index.ipynb
index 88c8ced..0514bf7 100644
--- a/fidle/01-update-index.ipynb
+++ b/fidle/01-update-index.ipynb
@@ -467,7 +467,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.7.7"
+   "version": "3.8.5"
   }
  },
  "nbformat": 4,
diff --git a/fidle/config.py b/fidle/config.py
index 011d334..8b74312 100644
--- a/fidle/config.py
+++ b/fidle/config.py
@@ -14,7 +14,7 @@
 
 # ---- Version -----------------------------------------------------
 #
-VERSION = '2.0.8'
+VERSION = '2.0.9'
 
 # ---- Default notebook name ---------------------------------------
 #
-- 
GitLab