Skip to content

Commit

Permalink
Updated version for deploy to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
gchure committed Feb 9, 2024
1 parent ddcdf75 commit c8686a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c8686a9

Please sign in to comment.