Skip to content

Commit 81fb51d

Browse files
committed
Version 0.8.1
1 parent 4915977 commit 81fb51d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors:
55
given-names: "Harrison"
66
orcid: "https://orcid.org/0000-0002-8368-4641"
77
title: "AGNI"
8-
version: 0.8.0
8+
version: 0.8.1
99
doi: 10.xx/xx.xx
10-
date-released: 2024-09-11
10+
date-released: 2024-09-13
1111
url: "https://github.com/nichollsh/AGNI"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AGNI"
22
uuid = "ede838c1-9ec3-4ebe-8ae8-da4091b3f21c"
33
authors = ["Harrison Nicholls <harrison.nicholls@physics.ox.ac.uk>"]
4-
version = "0.8.0"
4+
version = "0.8.1"
55

66
[deps]
77
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"keywords": "fortran, julia, physics, radiative-transfer, exoplanets, convection, radiation, planetary-science, atmosphere-model",
2020
"license": "GPL v3.0",
2121
"title": "AGNI",
22-
"version": "v0.8.0"
23-
}
22+
"version": "0.8.1"
23+
}

src/atmosphere.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ module atmosphere
319319
end
320320

321321
# Code versions
322-
atmos.AGNI_VERSION = "0.8.0"
322+
atmos.AGNI_VERSION = "0.8.1"
323323
atmos.SOCRATES_VERSION = readchomp(joinpath(ENV["RAD_DIR"],"version"))
324324
@debug "AGNI VERSION = $(atmos.AGNI_VERSION)"
325325
@debug "Using SOCRATES at $(ENV["RAD_DIR"])"

0 commit comments

Comments
 (0)