From 1b51dcdef01e706eafea19257e7d0ba16ab5ab6c Mon Sep 17 00:00:00 2001 From: CommonClimate Date: Sat, 17 Jun 2023 19:51:24 -0700 Subject: [PATCH] 0.13.0 version --- CITATION.cff | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 019ee585..b0771d66 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 0.12.1 +cff-version: 0.13.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.12.1 +version: v0.13.0 doi: 10.5281/zenodo.1205661 date-released: 2023-04-15 url: "https://github.com/LinkedEarth/Pyleoclim_util" diff --git a/setup.py b/setup.py index 459e96df..c395497a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -version = '0.12.1' +version = '0.13.0' # Read the readme file contents into variable def read(fname):