From 18873ab7145732d1da7a61e637a9dae1ec843b13 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Fri, 5 Jun 2026 09:11:21 +0200 Subject: [PATCH] fix(libconfig): fixed CLI11 case issue This version brings libconfig v2.2.3 which resolves a case issue with the CLI11 dependency --- meson.build | 2 +- pyproject.toml | 2 +- subprojects/libconfig.wrap | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index d94b34e..e846ab0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('fourdst', 'cpp', version: 'v0.9.21', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('fourdst', 'cpp', version: 'v0.9.22', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') add_project_arguments('-fvisibility=default', language: 'cpp') diff --git a/pyproject.toml b/pyproject.toml index 26be2f9..54c58f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "mesonpy" [project] name = "fourdst" # Choose your Python package name -version = "v0.9.11" # Your project's version +version = "v0.9.22" # Your project's version description = "Python interface to the utility fourdst modules from the 4D-STAR project" readme = "readme.md" license = { file = "LICENSE.txt" } # Reference your license file [cite: 2] diff --git a/subprojects/libconfig.wrap b/subprojects/libconfig.wrap index 6965883..2f71247 100644 --- a/subprojects/libconfig.wrap +++ b/subprojects/libconfig.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://github.com/4D-STAR/libconfig.git -revision = v2.2.2 +revision = v2.2.3 depth = 1