From 9e4289a68ec9725b14273916ba477f61046c3d71 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 4 Oct 2022 14:54:28 +0200 Subject: [PATCH] BLD: set version to 1.9.2.dev0 (and trigger wheel build CI) [wheel build] --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f7814decefba..b3fef6631372 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( # Note that the git commit hash cannot be added dynamically here (it is added # in the dynamically generated and installed `scipy/version.py` though - see # tools/version_utils.py - version: '1.9.2', + version: '1.9.2.dev0', license: 'BSD-3', meson_version: '>= 0.62.2', default_options: [