From 5fa1ae236e2f988e1c6111b650f690d9d826a40a Mon Sep 17 00:00:00 2001 From: manmartgarc Date: Mon, 15 Jul 2019 16:24:00 -0400 Subject: [PATCH] bump version --- stochatreat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stochatreat/__init__.py b/stochatreat/__init__.py index 7a2fcf9..2db202d 100644 --- a/stochatreat/__init__.py +++ b/stochatreat/__init__.py @@ -8,7 +8,7 @@ =============================================================================== """ -__version__ = '0.0.4' +__version__ = '0.0.5' __author__ = 'Manuel Martinez' from .stochatreat import stochatreat