From a468a5b5d3312f2edb4e349bffa382edea136766 Mon Sep 17 00:00:00 2001 From: NoahKleinschmidt Date: Thu, 14 Apr 2022 19:27:36 +0200 Subject: [PATCH] update version label --- CITATION.cff | 2 +- README.md | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index bf6a657..4d43e60 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,5 +11,5 @@ license: "GPL-3.0" message: "When using this package to analyse your data, please, cite accordingly. Good luck with your research!" repository-code: "https://github.com/NoahHenrikKleinschmidt/qpcr.git" title: "qpcr - a python module for easy and versatile qPCR data analysis for small-scale datasets and high-throughput" -version: "3.1.4" +version: "3.1.5" ... diff --git a/README.md b/README.md index 35cc05b..f932ac0 100644 --- a/README.md +++ b/README.md @@ -89,5 +89,5 @@ A set of basic introductory tutorials is available as `jupyter notebooks` in the #### Citation -Kleinschmidt, N. (2022). qpcr - a python module for easy and versatile qPCR data analysis for small-scale datasets and high-throughput (Version 3.1.4) [Computer software]. https://github.com/NoahHenrikKleinschmidt/qpcr.git +Kleinschmidt, N. (2022). qpcr - a python module for easy and versatile qPCR data analysis for small-scale datasets and high-throughput (Version 3.1.5) [Computer software]. https://github.com/NoahHenrikKleinschmidt/qpcr.git diff --git a/setup.py b/setup.py index 4a58cad..85509ba 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="qpcr", - version="3.1.4", + version="3.1.5", author="Noah H. Kleinschmidt", author_email="noah.kleinschmidt@students.unibe.ch", description="A module to perform analysis of qPCR data",