File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"@type" : " SoftwareSourceCode" ,
4
4
"codeRepository" : " https://github.com/geospace-code/nc4fortran" ,
5
5
"contIntegration" : " https://github.com/geospace-code/nc4fortran/actions" ,
6
- "dateModified" : " 2022-05-27 " ,
6
+ "dateModified" : " 2022-05-29 " ,
7
7
"downloadUrl" : " https://github.com/geospace-code/nc4fortran/releases" ,
8
8
"issueTracker" : " https://github.com/geospace-code/nc4fortran/issues" ,
9
9
"name" : " nc4fortran" ,
10
- "version" : " 1.6.1 " ,
10
+ "version" : " 1.7.0 " ,
11
11
"identifier" : " 10.5281/zenodo.3757221" ,
12
12
"description" : " Lightweight object-oriented NetCDF4 Fortran interface" ,
13
13
"applicationCategory" : " file I/O" ,
Original file line number Diff line number Diff line change 1
1
name = " nc4fortran"
2
2
description = " Lightweight object-oriented NetCDF4 interface"
3
3
categories = " io"
4
- version = " 1.6.1 "
4
+ version = " 1.7.0 "
5
5
6
6
[build ]
7
7
external-modules = [" netcdf" ]
Original file line number Diff line number Diff line change 1
1
project (' nc4fortran' , ' fortran' ,
2
2
meson_version : ' >=0.57.0' ,
3
- version : ' 1.6.1 '
3
+ version : ' 1.7.0 '
4
4
)
5
5
6
6
fs = import (' fs' )
You can’t perform that action at this time.
0 commit comments