We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6435ffc commit c141014Copy full SHA for c141014
CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
12
13
project(nc4fortran
14
LANGUAGES C Fortran
15
-VERSION 1.7.0
+VERSION 1.7.1
16
)
17
18
enable_testing()
fpm.toml
@@ -1,7 +1,7 @@
1
name = "nc4fortran"
2
description = "Lightweight object-oriented NetCDF4 interface"
3
categories = "io"
4
-version = "1.7.0"
+version = "1.7.1"
5
6
[build]
7
external-modules = ["netcdf"]
0 commit comments