From 33ab52ea6eae5d03b9cf80215a40051af196829d Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Sun, 29 May 2022 14:40:18 -0400 Subject: [PATCH] v1.7.0 --- codemeta.json | 4 ++-- fpm.toml | 2 +- meson.build | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/codemeta.json b/codemeta.json index 8bbeae3..68a276b 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", diff --git a/fpm.toml b/fpm.toml index 30b3a78..b2fb246 100644 --- a/fpm.toml +++ b/fpm.toml @@ -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"] diff --git a/meson.build b/meson.build index a6b3633..6e14b2c 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('nc4fortran', 'fortran', meson_version : '>=0.57.0', -version : '1.6.1' +version : '1.7.0' ) fs = import('fs')