diff --git a/CITATION.cff b/CITATION.cff index 33653fe..c166e9e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,8 +7,8 @@ authors: - family-names: "Cremer" given-names: "Jonas" orcid: "https://orcid.org/0000-0003-2328-5152" -title: "hplc-py v0.1.01" -version: 0.2.0 +title: "hplc-py v0.2.4" +version: 0.2.4 doi: 10.5281/zenodo.8197910 date-released: 2023-07-30 url: "https://github.com/cremerlab/hplc-py" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 7ce05b1..0efead8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pandas>=2.0.3 scipy>=1.10.0 seaborn>=0.12.2 termcolor>=2.3.0 -tqdm>=4.64.1 +tqdm>=4.64.1 \ No newline at end of file diff --git a/setup.py b/setup.py index dfcd8be..d3a7efc 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import pathlib -__version__ = "0.2.3" +__version__ = "0.2.4" # The directory containing this file HERE = pathlib.Path(__file__).parent