From 55b80edf67f781f4c92da1fe76deb7748238e644 Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Fri, 30 Aug 2024 11:43:15 +0200 Subject: [PATCH] update the version in CITATION.cff setup.cfg --- CITATION.cff | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 93c10357..7cc7b192 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -95,4 +95,4 @@ license: Apache-2.0 message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/NLeSC/python-template" title: "Netherlands eScience Center Python Template" -version: "0.4.0" +version: "0.6.0" diff --git a/setup.cfg b/setup.cfg index ef1b53ab..18b76a6c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ name = Netherlands eScience Center Python Template project_urls = Bug Tracker = https://github.com/NLeSC/python-template/issues url = https://github.com/NLeSC/python-template -version = 0.4.0 +version = 0.6.0 [options]