From d891a2ecf342e3d60badaf0e18700f1bafc02413 Mon Sep 17 00:00:00 2001 From: ctokheim Date: Mon, 7 Nov 2016 14:07:03 -0500 Subject: [PATCH] Updated version number --- doc/download.rst | 1 + prob2020/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/download.rst b/doc/download.rst index d0ce216..5d7fa5c 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -6,6 +6,7 @@ Probabilistic 20/20 releases You can download the package below, or install directly from github (see :ref:`install-ref`). +* `probabilistic2020-v1.0.6 `_ 11/7/2016 Major bug fix in simulations (users should upgrade version) * `probabilistic2020-v1.0.5 `_ 10/3/2016 Fixed python3 conversion error in pickle module * `probabilistic2020-v1.0.4 `_ 8/16/2016 Fixed mutation uniquing * `probabilistic2020-v1.0.3 `_ 8/5/2016 Fixed p-value calculation bug in 1.0.1 diff --git a/prob2020/__init__.py b/prob2020/__init__.py index 858de17..da2182f 100644 --- a/prob2020/__init__.py +++ b/prob2020/__init__.py @@ -1 +1 @@ -__version__ = '1.0.5' +__version__ = '1.0.6'