From e89d4efb8348f121983dac3c79147783f174739f Mon Sep 17 00:00:00 2001 From: Harrison Nicholls Date: Fri, 13 Sep 2024 14:31:03 +0100 Subject: [PATCH] Version 0.8.1 --- CITATION.cff | 4 ++-- Project.toml | 2 +- codemeta.json | 4 ++-- src/atmosphere.jl | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d0bf37c9..4663ec1c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Harrison" orcid: "https://orcid.org/0000-0002-8368-4641" title: "AGNI" -version: 0.8.0 +version: 0.8.1 doi: 10.xx/xx.xx -date-released: 2024-09-11 +date-released: 2024-09-13 url: "https://github.com/nichollsh/AGNI" diff --git a/Project.toml b/Project.toml index 73194595..033a6bf4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AGNI" uuid = "ede838c1-9ec3-4ebe-8ae8-da4091b3f21c" authors = ["Harrison Nicholls "] -version = "0.8.0" +version = "0.8.1" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/codemeta.json b/codemeta.json index 83bbdfbd..5934d5ea 100644 --- a/codemeta.json +++ b/codemeta.json @@ -19,5 +19,5 @@ "keywords": "fortran, julia, physics, radiative-transfer, exoplanets, convection, radiation, planetary-science, atmosphere-model", "license": "GPL v3.0", "title": "AGNI", - "version": "v0.8.0" -} \ No newline at end of file + "version": "0.8.1" +} diff --git a/src/atmosphere.jl b/src/atmosphere.jl index 2cc05702..e10cbd7e 100644 --- a/src/atmosphere.jl +++ b/src/atmosphere.jl @@ -319,7 +319,7 @@ module atmosphere end # Code versions - atmos.AGNI_VERSION = "0.8.0" + atmos.AGNI_VERSION = "0.8.1" atmos.SOCRATES_VERSION = readchomp(joinpath(ENV["RAD_DIR"],"version")) @debug "AGNI VERSION = $(atmos.AGNI_VERSION)" @debug "Using SOCRATES at $(ENV["RAD_DIR"])"