Salome HOME
Minor correction for Python 3
[modules/adao.git] / src / daComposant / daCore / version.py
index e3f6a931123db4b4cbea78bbfa62eafb14c6e928..e6842e11f5d6f51f6d15aff3617579ee25e8fa95 100644 (file)
@@ -1,6 +1,6 @@
-#-*-coding:iso-8859-1-*-
+# -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2013 EDF R&D
+# Copyright (C) 2008-2018 EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 # Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D
 
+"""
+    Version
+"""
+__author__ = "Jean-Philippe ARGAUD"
+__all__ = []
+
 name    = "Data Assimilation Package"
-version = "0.8.0"
-date    = "jeudi 31 octobre 2013, 12:12:12 (UTC+0100)"
+version = "2018.03.27"
+date    = "mardi 27 mars 2018, 12:12:12 (UTC+0100)"