From a47500590ff54ab7980ba2f1db8149ecf568ab89 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Sun, 4 Oct 2020 20:03:17 +0200 Subject: [PATCH] pp --- utils/pypi/gmsh-dev/README.rst | 2 +- utils/pypi/gmsh-dev/setup.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/pypi/gmsh-dev/README.rst b/utils/pypi/gmsh-dev/README.rst index 997b11d6c9..c36f504afb 100644 --- a/utils/pypi/gmsh-dev/README.rst +++ b/utils/pypi/gmsh-dev/README.rst @@ -6,7 +6,7 @@ gmsh-dev mesh generator with built-in pre- and post-processing facilities. The aim of this package is to download and install the latest development -snapshot of the official Gmsh app and binary Software Development Kit SDK in a +snapshot of the official Gmsh app and binary Software Development Kit (SDK) in a pythonic way, i.e. via the ``pip`` command. For the latest stable release, use the ``gmsh`` package instead. diff --git a/utils/pypi/gmsh-dev/setup.py.in b/utils/pypi/gmsh-dev/setup.py.in index 0053916570..eca2c9af25 100644 --- a/utils/pypi/gmsh-dev/setup.py.in +++ b/utils/pypi/gmsh-dev/setup.py.in @@ -19,7 +19,7 @@ from ctypes.util import find_library # Server and gmsh version server = 'https://gmsh.info/bin' version = '${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}' -iversion = version + '.dev5' # installer version +iversion = version + '.dev6' # installer version # Determine file name and and url to be downloaded and installed system = platform.system().lower() -- GitLab