We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a62cd commit 0848768Copy full SHA for 0848768
2 files changed
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
3
project(
4
nonlin
5
LANGUAGES Fortran
6
- VERSION 2.0.1
+ VERSION 2.0.2
7
)
8
set(CMAKE_Fortran_STANDARD 2018)
9
set(CMAKE_Fortran_STANDARD_REQUIRED TRUE)
fpm.toml
@@ -1,9 +1,9 @@
1
name = "nonlin"
2
-version = "2.0.1"
+version = "2.0.2"
license = "GPL-3.0"
author = "Jason Christopherson"
maintainer = "Jason Christopherson"
-copyright = "Copyright 2017-2025, Jason Christopherson"
+copyright = "Copyright 2017-2026, Jason Christopherson"
description = "A library that provides routines to compute the solutions to systems of nonlinear equations."
homepage = "https://github.com/jchristopherson/nonlin"
0 commit comments