From b3b1cc716ddd6ee73486b59c3b87b7e10439341b Mon Sep 17 00:00:00 2001 From: khider <11758571+khider@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:25:40 -0800 Subject: [PATCH] updates necessary for release --- CITATION.cff | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b0771d66..f1f7f96d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 0.13.0 +cff-version: 0.14.0 message: "If you use this software, please cite it as below." authors: - family-names: "Khider" @@ -24,7 +24,7 @@ authors: given-names: "Robert" orcid: "https://orcid.org/0000-0003-3337-954X" title: "Pyleoclim: A Python package for the analysis and visualization of paleoclimate data" -version: v0.13.0 +version: v0.14.0 doi: 10.5281/zenodo.1205661 -date-released: 2023-04-15 +date-released: 2024-02-15 url: "https://github.com/LinkedEarth/Pyleoclim_util" diff --git a/setup.py b/setup.py index a15b292e..a3ef9817 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -version = '0.13.1b0' +version = '0.14.0' # Read the readme file contents into variable def read(fname):