From 51dc6b405cb11cef7ae6e24d7338b8f3114d0518 Mon Sep 17 00:00:00 2001 From: Jamie Morton Date: Tue, 28 Feb 2017 15:05:44 -0800 Subject: [PATCH] Update __init__.py --- deblur/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deblur/__init__.py b/deblur/__init__.py index 9186568..8fef951 100644 --- a/deblur/__init__.py +++ b/deblur/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "1.0.0-dev" +__version__ = "1.0.1"