From 9cdd8333e9e2d949d3323c108b638f9eb6307870 Mon Sep 17 00:00:00 2001 From: Jean-Luc Parouty <Jean-Luc.Parouty@grenoble-inp.fr> Date: Tue, 12 Jan 2021 11:48:28 +0100 Subject: [PATCH] Switch to 2.0 --- README.ipynb | 10 +++++----- README.md | 2 +- fidle/config.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.ipynb b/README.ipynb index d59b0d5..cf2ab67 100644 --- a/README.ipynb +++ b/README.ipynb @@ -5,10 +5,10 @@ "execution_count": 1, "metadata": { "execution": { - "iopub.execute_input": "2021-01-12T10:16:04.978246Z", - "iopub.status.busy": "2021-01-12T10:16:04.977754Z", - "iopub.status.idle": "2021-01-12T10:16:04.982210Z", - "shell.execute_reply": "2021-01-12T10:16:04.981710Z" + "iopub.execute_input": "2021-01-12T10:47:42.374568Z", + "iopub.status.busy": "2021-01-12T10:47:42.374015Z", + "iopub.status.idle": "2021-01-12T10:47:42.382550Z", + "shell.execute_reply": "2021-01-12T10:47:42.382062Z" }, "jupyter": { "source_hidden": true @@ -43,7 +43,7 @@ "For more information, you can contact us at : \n", "[<img width=\"200px\" style=\"vertical-align:middle\" src=\"fidle/img/00-Mail_contact.svg\"></img>](#top) \n", "Current Version : <!-- VERSION_BEGIN -->\n", - "1.2b1 DEV\n", + "2.0\n", "<!-- VERSION_END -->\n", "\n", "\n", diff --git a/README.md b/README.md index 4baeb3c..9104f3e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The objectives of this training are : For more information, you can contact us at : [<img width="200px" style="vertical-align:middle" src="fidle/img/00-Mail_contact.svg"></img>](#top) Current Version : <!-- VERSION_BEGIN --> -1.2b1 DEV +2.0 <!-- VERSION_END --> diff --git a/fidle/config.py b/fidle/config.py index 76fb191..fe59fc2 100644 --- a/fidle/config.py +++ b/fidle/config.py @@ -14,7 +14,7 @@ # ---- Version ----------------------------------------------------- # -VERSION = '1.2b1 DEV' +VERSION = '2.0' # ---- Default notebook name --------------------------------------- # -- GitLab