Skip to content

Commit

Permalink
Incremented the version number from 0.3.1 to 0.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeaw committed Jul 18, 2024
1 parent 556855b commit 2949563
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
![Python version badge](https://img.shields.io/badge/python-3.11.3-blue.svg)
[![PySB version badge](https://img.shields.io/badge/PySB->%3D1.15.0-9cf.svg)](https://pysb.org/)
[![license](https://img.shields.io/github/license/blakeaw/pysb-pkpd.svg)](LICENSE)
![version](https://img.shields.io/badge/version-0.3.1-orange.svg)
[![release](https://img.shields.io/github/release-pre/blakeaw/pysb-pkpd.svg)](https://github.com/blakeaw/pysb-pkpd/releases/tag/v0.3.1)
![version](https://img.shields.io/badge/version-0.3.2-orange.svg)
[![release](https://img.shields.io/github/release-pre/blakeaw/pysb-pkpd.svg)](https://github.com/blakeaw/pysb-pkpd/releases/tag/v0.3.2)


__`pysb-pkpd` enables you to efficiently program and simulate dynamic PK/PD and QSP models in Python using the PySB modeling framework.__
Expand Down Expand Up @@ -56,27 +56,27 @@ Note that `pysb-pkpd` has the following core dependencies:

### pip install

You can install `pysb-pkpd` version 0.3.1 with `pip` sourced from the GitHub repo:
You can install `pysb-pkpd` version 0.3.2 with `pip` sourced from the GitHub repo:

##### with git installed:

Fresh install:
```
pip install git+https://github.com/blakeaw/pysb-pkpd@v0.3.1
pip install git+https://github.com/blakeaw/pysb-pkpd@v0.3.2
```
Or to upgrade from an older version:
```
pip install --upgrade git+https://github.com/blakeaw/pysb-pkpd@v0.3.1
pip install --upgrade git+https://github.com/blakeaw/pysb-pkpd@v0.3.2
```
##### without git installed:

Fresh install:
```
pip install https://github.com/blakeaw/pysb-pkpd/archive/refs/tags/v0.3.1.zip
pip install https://github.com/blakeaw/pysb-pkpd/archive/refs/tags/v0.3.2.zip
```
Or to upgrade from an older version:
```
pip install --upgrade https://github.com/blakeaw/pysb-pkpd/archive/refs/tags/v0.3.1.zip
pip install --upgrade https://github.com/blakeaw/pysb-pkpd/archive/refs/tags/v0.3.2.zip
```
### Manual install

Expand Down

0 comments on commit 2949563

Please sign in to comment.