Skip to content

Commit

Permalink
fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed Apr 19, 2022
1 parent 5578541 commit 8cf6a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion identifiability.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from matplotlib import pyplot as plt
from multiprocessing import Pool

__version__ = 0.3.1
__version__ = '0.3.1'

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.3.1
__version__ = '0.3.1'

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

0 comments on commit 8cf6a50

Please sign in to comment.