Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 29, 2022
1 parent 570ca16 commit 33ab52e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/geospace-code/nc4fortran",
"contIntegration": "https://github.com/geospace-code/nc4fortran/actions",
"dateModified": "2022-05-27",
"dateModified": "2022-05-29",
"downloadUrl": "https://github.com/geospace-code/nc4fortran/releases",
"issueTracker": "https://github.com/geospace-code/nc4fortran/issues",
"name": "nc4fortran",
"version": "1.6.1",
"version": "1.7.0",
"identifier": "10.5281/zenodo.3757221",
"description": "Lightweight object-oriented NetCDF4 Fortran interface",
"applicationCategory": "file I/O",
Expand Down
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "nc4fortran"
description = "Lightweight object-oriented NetCDF4 interface"
categories = "io"
version = "1.6.1"
version = "1.7.0"

[build]
external-modules = ["netcdf"]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('nc4fortran', 'fortran',
meson_version : '>=0.57.0',
version : '1.6.1'
version : '1.7.0'
)

fs = import('fs')
Expand Down

0 comments on commit 33ab52e

Please sign in to comment.