From 0e4cdcd2789426c7f8b2d449e579fc740c8f7e7e Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Thu, 11 Jun 2026 07:43:13 -0400 Subject: [PATCH] docs(version): v0.10.2 -> v0.10.3 this version brings more python bindings for standard solar composition work as well as a few typo corrections and correctness fixes --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 273b7a9..687d275 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('fourdst', 'cpp', version: 'v0.10.2', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') +project('fourdst', 'cpp', version: 'v0.10.3', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0') add_project_arguments('-fvisibility=default', language: 'cpp')