From 0057d64b53c27d3592f06f3f73b29b04344e387a Mon Sep 17 00:00:00 2001 From: ctokheim Date: Sun, 21 May 2017 11:40:31 -0400 Subject: [PATCH] Updated version number --- doc/conf.py | 2 +- doc/download.rst | 1 + prob2020/__init__.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index d201427..462b1f3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ # The short X.Y version. version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.1.0' +release = '1.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/download.rst b/doc/download.rst index 61b4c06..2b9166d 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.1.1 `_ 5/21/2017 Fixed bug for newer releases of numpy * `probabilistic2020-v1.1.0 `_ 12/7/2016 Added HotMAPS 1D algorithm to find codons with significant clustering of missense mutations * `probabilistic2020-v1.0.7 `_ 11/29/2016 Fixed simulated indel bug * `probabilistic2020-v1.0.6 `_ 11/7/2016 Major bug fix in simulations (users should upgrade version) diff --git a/prob2020/__init__.py b/prob2020/__init__.py index 1a72d32..b3ddbc4 100644 --- a/prob2020/__init__.py +++ b/prob2020/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.1.1'