diff --git a/CITATION.cff b/CITATION.cff index 2dc5dd2a..87e3bdf3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -79,4 +79,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.2.0" +version: "0.3.0" diff --git a/setup.cfg b/setup.cfg index 5021fe33..e4f70cae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,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.2.0 +version = 0.3.0 [options]