We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcdf75 commit c8686a9Copy full SHA for c8686a9
CITATION.cff
@@ -7,8 +7,8 @@ authors:
7
- family-names: "Cremer"
8
given-names: "Jonas"
9
orcid: "https://orcid.org/0000-0003-2328-5152"
10
-title: "hplc-py v0.1.01"
11
-version: 0.2.0
+title: "hplc-py v0.2.4"
+version: 0.2.4
12
doi: 10.5281/zenodo.8197910
13
date-released: 2023-07-30
14
url: "https://github.com/cremerlab/hplc-py"
requirements.txt
@@ -4,4 +4,4 @@ pandas>=2.0.3
4
scipy>=1.10.0
5
seaborn>=0.12.2
6
termcolor>=2.3.0
-tqdm>=4.64.1
+tqdm>=4.64.1
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
import pathlib
3
-__version__ = "0.2.3"
+__version__ = "0.2.4"
# The directory containing this file
HERE = pathlib.Path(__file__).parent
0 commit comments