From b0e1275744220514f39a6d18a78fe792b03a5f98 Mon Sep 17 00:00:00 2001 From: Irukoa Date: Wed, 13 Mar 2024 13:42:31 +0100 Subject: [PATCH] New version v1.0.0 --- app/main.F90 | 2 +- fpm.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/main.F90 b/app/main.F90 index 5507e74..4f23ac9 100644 --- a/app/main.F90 +++ b/app/main.F90 @@ -8,7 +8,7 @@ program main implicit none - character(len=10) :: ver = "0.0.0" + character(len=10) :: ver = "1.0.0" call MPI_INIT(ierror) diff --git a/fpm.toml b/fpm.toml index ba52cc9..c36254b 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "SsTC_driver" -version = "0.0.0" +version = "1.0.0" license = "GNU General Public License v3.0" author = "Álvaro R. Puente-Uriona" maintainer = "alvaro.ruiz@ehu.eus" @@ -23,8 +23,8 @@ implicit-external = true source-form = "free" [dependencies] -MAC = { git="https://github.com/irukoa/MAC.git" } -WannInt = { git="https://github.com/irukoa/WannInt.git" } +MAC = { git="https://github.com/irukoa/MAC.git", tag = "v1.0.0" } +WannInt = { git="https://github.com/irukoa/WannInt.git", tag = "v1.0.0" } mpi = "*" openmp = "*"