Skip to content

Commit c8686a9

Browse files
committed
Updated version for deploy to PyPi
1 parent ddcdf75 commit c8686a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors:
77
- family-names: "Cremer"
88
given-names: "Jonas"
99
orcid: "https://orcid.org/0000-0003-2328-5152"
10-
title: "hplc-py v0.1.01"
11-
version: 0.2.0
10+
title: "hplc-py v0.2.4"
11+
version: 0.2.4
1212
doi: 10.5281/zenodo.8197910
1313
date-released: 2023-07-30
1414
url: "https://github.com/cremerlab/hplc-py"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ pandas>=2.0.3
44
scipy>=1.10.0
55
seaborn>=0.12.2
66
termcolor>=2.3.0
7-
tqdm>=4.64.1
7+
tqdm>=4.64.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import pathlib
33

4-
__version__ = "0.2.3"
4+
__version__ = "0.2.4"
55

66
# The directory containing this file
77
HERE = pathlib.Path(__file__).parent

0 commit comments

Comments
 (0)