Skip to content

Commit

Permalink
Fixed installation instruction typo in readme and set version tag. Th…
Browse files Browse the repository at this point in the history
…is commit will be tagged to spin up a DOI generation on Zenodo.
  • Loading branch information
gchure committed Jul 31, 2023
1 parent f494d10 commit a7e5aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Run tests](https://github.com/cremerlab/hplc-py/actions/workflows/pytest.yaml/badge.svg)](https://github.com/cremerlab/hplc-py/actions/workflows/pytest.yaml)
[![codecov](https://codecov.io/gh/cremerlab/hplc-py/branch/main/graph/badge.svg?token=WXL50JVR6C)](https://codecov.io/gh/cremerlab/hplc-py)
[![PyPI version](https://badge.fury.io/py/hplc-py.svg)](https://badge.fury.io/py/hplc-py)
# About

**H**igh-**P**erformance **L**iquid **C**hromatography (HPLC) is an analytical
Expand All @@ -14,22 +15,12 @@ HPLC the most time-consuming part of the quantification.

# Installation

Hplc-Py is not yet *officially released*, but will installable via pip in the
very near future.
You can install `hplc-py` on pip:

```
$ pip install --upgrade hplc-py
```

<!--
If you like danger and think error messages make your terminal look cool, you
can install the pre-release developer version
```
$ pip install git+https://github.com/cremerlab/hplc-py.git@dev#egg=tqdm
``` -->


## License
This software is released under the GNU General Public License version 3 (GPLv3). The complete license is provided as `LICENSE.txt`, but a brief description is as follows:

Expand Down
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.1.0"
__version__ = "0.1.0.post1"

# The directory containing this file
HERE = pathlib.Path(__file__).parent
Expand Down

0 comments on commit a7e5aa8

Please sign in to comment.