Skip to content

Commit 33ab52e

Browse files
committed
v1.7.0
1 parent 570ca16 commit 33ab52e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"@type": "SoftwareSourceCode",
44
"codeRepository": "https://github.com/geospace-code/nc4fortran",
55
"contIntegration": "https://github.com/geospace-code/nc4fortran/actions",
6-
"dateModified": "2022-05-27",
6+
"dateModified": "2022-05-29",
77
"downloadUrl": "https://github.com/geospace-code/nc4fortran/releases",
88
"issueTracker": "https://github.com/geospace-code/nc4fortran/issues",
99
"name": "nc4fortran",
10-
"version": "1.6.1",
10+
"version": "1.7.0",
1111
"identifier": "10.5281/zenodo.3757221",
1212
"description": "Lightweight object-oriented NetCDF4 Fortran interface",
1313
"applicationCategory": "file I/O",

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.6.1"
4+
version = "1.7.0"
55

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

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('nc4fortran', 'fortran',
22
meson_version : '>=0.57.0',
3-
version : '1.6.1'
3+
version : '1.7.0'
44
)
55

66
fs = import('fs')

0 commit comments

Comments
 (0)