Skip to content

Commit

Permalink
bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed Feb 8, 2022
1 parent 3b176a2 commit ed0401e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ pip install https://github.com/jmrohwer/identifiability/archive/refs/heads/mai

The latest stable release is available with
```bash
$ pip install https://github.com/jmrohwer/identifiability/archive/refs/tags/v0.1.zip
$ pip install https://github.com/jmrohwer/identifiability/archive/refs/tags/v0.2.zip
```

## Basic usage
Expand Down
2 changes: 1 addition & 1 deletion identifiability.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import scipy as sp
from matplotlib import pyplot as plt

__version__ = 0.1
__version__ = 0.2

CONF_ERR_GEN = 'Cannot determine Confidence Intervals'
CONF_ERR_STDERR = '%s without sensible uncertainty estimates' % CONF_ERR_GEN
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import setup

__version__ = 0.1
__version__ = 0.2

# The directory containing this file
README_name = __file__.replace('setup.py', 'README.md')
Expand Down

0 comments on commit ed0401e

Please sign in to comment.