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
This commit is contained in:
2026-06-11 07:43:13 -04:00
parent 25b8495a2c
commit 0e4cdcd278

View File

@@ -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')