Skip to content

Commit 33fab88

Browse files
Update version
1 parent 4122659 commit 33fab88

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33
project(
44
fstats
55
LANGUAGES Fortran
6-
VERSION 1.5.2
6+
VERSION 1.5.3
77
)
88
set(CMAKE_Fortran_STANDARD 2018)
99
set(CMAKE_Fortran_STANDARD_REQUIRED TRUE)

fpm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name = "fstats"
2-
version = "1.5.2"
2+
version = "1.5.3"
33
license = "GPL-3.0"
44
author = "Jason Christopherson"
55
maintainer = "Jason Christopherson"
6-
copyright = "Copyright 2022-2025, Jason Christopherson"
6+
copyright = "Copyright 2022-2026, Jason Christopherson"
77
description = "A modern Fortran statistical library."
88
homepage = "https://github.com/jchristopherson/fstats"
99

0 commit comments

Comments
 (0)