From: Vivien Maisonneuve Date: Fri, 12 Sep 2014 06:53:35 +0000 (+0200) Subject: Fix version number X-Git-Tag: 1.0.3~4 X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/commitdiff_plain/2acfd4ef78315f565dfdfb093f61ca2ea3c06eb3?ds=sidebyside Fix version number --- diff --git a/linpy/_version.py b/linpy/_version.py index 24d8a8b..e3bc43b 100644 --- a/linpy/_version.py +++ b/linpy/_version.py @@ -15,4 +15,4 @@ # You should have received a copy of the GNU General Public License # along with LinPy. If not, see . -__version__ = '1.0.1' +__version__ = '1.0.2'