diff --git a/meson.build b/meson.build index f34bf28d..4f595031 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('ddX', 'fortran', 'cpp', - version: '0.6.0', + version: '0.7.0', license: 'LGPL-3.0-or-later', meson_version: '>=0.57.2', default_options: [ diff --git a/setup.cfg b/setup.cfg index eea95b94..759eeaca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,8 @@ test = pytest [tool:pytest] addopts = --verbose +[bumpversion:file:meson.build] + [bumpversion:file:Doxyfile] [bumpversion:file:pyproject.toml]