Skip to content

Commit c141014

Browse files
committed
v1.7.1
1 parent 6435ffc commit c141014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
project(nc4fortran
1414
LANGUAGES C Fortran
15-
VERSION 1.7.0
15+
VERSION 1.7.1
1616
)
1717

1818
enable_testing()

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "nc4fortran"
22
description = "Lightweight object-oriented NetCDF4 interface"
33
categories = "io"
4-
version = "1.7.0"
4+
version = "1.7.1"
55

66
[build]
77
external-modules = ["netcdf"]

0 commit comments

Comments
 (0)