From f7b6a3b4983114b5bdc771d9cce8115961f2609f Mon Sep 17 00:00:00 2001 From: ctokheim Date: Tue, 14 Jun 2016 19:49:55 -0400 Subject: [PATCH] Updated version num --- 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 6ca0b19..cb52733 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.1 `_ 6/14/2016 Improved memory handling * `probabilistic2020-v1.0.0 `_ 5/1/2016 Initial release Example data diff --git a/prob2020/__init__.py b/prob2020/__init__.py index 1f356cc..cd7ca49 100644 --- a/prob2020/__init__.py +++ b/prob2020/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.0.1'