From 2281f2a74891e76c3c25be7412c15ab10c6b9eaf Mon Sep 17 00:00:00 2001 From: cgrudz Date: Mon, 17 Oct 2022 13:25:44 -0700 Subject: [PATCH] Updating citation and version numbering in package --- CITATION.bib | 8 ++++---- src/DataAssimilationBenchmarks.jl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index e239afa4..d073ec9c 100755 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,8 +1,8 @@ @misc{DataAssimilationBenchmarks.jl, - author = {Colin Grudzien and contributors}, + author = {Colin Grudzien and contributors}, title = {DataAssimilationBenchmarks.jl}, url = {https://github.com/cgrudz/DataAssimilationBenchmarks.jl}, - version = {v0.2.0}, - year = {2021}, - month = {12} + version = {v0.3.0}, + year = {2022}, + month = {10} } diff --git a/src/DataAssimilationBenchmarks.jl b/src/DataAssimilationBenchmarks.jl index e5a8208b..3f216bf5 100755 --- a/src/DataAssimilationBenchmarks.jl +++ b/src/DataAssimilationBenchmarks.jl @@ -182,7 +182,7 @@ function Info() print("\n") printstyled(" Welcome to DataAssimilationBenchmarks!\n", bold=true) - print(" Version 0.20, Copyright 2022 Colin Grudzien (cgrudzien@ucsd.edu) et al.\n") + print(" Version 0.30, Copyright 2022 Colin Grudzien (cgrudzien@ucsd.edu) et al.\n") print(" Licensed under the Apache License, Version 2.0 \n") print(" https://github.com/cgrudz/DataAssimilationBenchmarks/blob/master/LICENSE.md\n") print("\n")