From 390dda81165ac6d17309e7687d1c84029c1648c3 Mon Sep 17 00:00:00 2001
From: Soraya Arias <soraya.arias@grenoble-inp.fr>
Date: Mon, 14 Sep 2020 12:29:26 +0200
Subject: [PATCH] Update value

---
 fidle/config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fidle/config.py b/fidle/config.py
index a9d08e1..b970f84 100644
--- a/fidle/config.py
+++ b/fidle/config.py
@@ -15,7 +15,7 @@ import os
 
 # ---- Current version ---------------------------------------------
 #
-VERSION = '0.57 DEV'
+VERSION = '0.58'
 
 # ---- Locations ---------------------------------------------------
 #
@@ -35,4 +35,4 @@ locations = { 'Fidle at GRICAD' : f"{os.getenv('SCRATCH_DIR',   'nowhere' )}/PRO
               'Fidle at IDRIS'  : "/gpfswork/rech/mlh/uja62cb/datasets",
               'Fidle at HOME'   : f"{os.getenv('HOME',          'nowhere' )}/datasets"}
 
-# ------------------------------------------------------------------
\ No newline at end of file
+# ------------------------------------------------------------------
-- 
GitLab