From 3a518d9a7a6766d146dd4e93b10fdddfa84f7723 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@uliege.be>
Date: Mon, 5 Oct 2020 17:15:35 +0200
Subject: [PATCH] ready fir next stable release

---
 utils/pypi/gmsh/setup.py.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/pypi/gmsh/setup.py.in b/utils/pypi/gmsh/setup.py.in
index 0669aaf7b9..eb109dfc13 100644
--- a/utils/pypi/gmsh/setup.py.in
+++ b/utils/pypi/gmsh/setup.py.in
@@ -18,7 +18,7 @@ from setuptools.command.install import install
 # Server and gmsh version
 server = 'https://gmsh.info/bin'
 version = '${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}'
-iversion = version + '.post3' # installer version (add e.g. '.post1' for update)
+iversion = version + '' # installer version (add e.g. '.post1' for update)
 
 # Determine file name and and url to be downloaded and installed
 system = platform.system().lower()
-- 
GitLab