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 2c59959..0b286d6 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",