We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4122659 commit 33fab88Copy full SHA for 33fab88
2 files changed
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
3
project(
4
fstats
5
LANGUAGES Fortran
6
- VERSION 1.5.2
+ VERSION 1.5.3
7
)
8
set(CMAKE_Fortran_STANDARD 2018)
9
set(CMAKE_Fortran_STANDARD_REQUIRED TRUE)
fpm.toml
@@ -1,9 +1,9 @@
1
name = "fstats"
2
-version = "1.5.2"
+version = "1.5.3"
license = "GPL-3.0"
author = "Jason Christopherson"
maintainer = "Jason Christopherson"
-copyright = "Copyright 2022-2025, Jason Christopherson"
+copyright = "Copyright 2022-2026, Jason Christopherson"
description = "A modern Fortran statistical library."
homepage = "https://github.com/jchristopherson/fstats"
0 commit comments