From fe4180b1a0b883d49d41e76a2d5075e59e89ee89 Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@mpcdf.mpg.de> Date: Tue, 1 Feb 2022 20:20:43 +0100 Subject: [PATCH] bump static version script --- configure_python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure_python.sh b/configure_python.sh index 4356bef4..bc38e9ee 100644 --- a/configure_python.sh +++ b/configure_python.sh @@ -3,8 +3,8 @@ set -e cp host_info.py TurTLE/ -sed "s/@TURTLE_VERSION_LONG@/3.14/" setup.py.in > setup.py -sed "s/@TURTLE_VERSION_LONG@/3.14/" TurTLE/__init__.py.in > TurTLE/__init__.py.tmp +sed "s/@TURTLE_VERSION_LONG@/3.15/" setup.py.in > setup.py +sed "s/@TURTLE_VERSION_LONG@/3.15/" TurTLE/__init__.py.in > TurTLE/__init__.py.tmp sed "s/@CMAKE_INSTALL_DIR@/UNAVAILABLE_FOR_PURE_PYTHON_INSTALLS/" TurTLE/__init__.py.tmp > TurTLE/__init__.py rm TurTLE/__init__.py.tmp -- GitLab