From c807fea6b469ff2d637993336e1f26129ac88e1b Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 28 Jun 2019 09:34:33 +0200 Subject: [PATCH] Pkg: version name --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e3e945e..e6528a2 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ except ImportError: from distutils.core import setup setup( - name='Mapytex', - version='2.0.3', + name='mapytex', + version='2.0.5', description='Computing like a student', author='Benjamin Bertrand', author_email='programming@opytex.org',