From 19aeab83987dab3e7ceea4b50f1e9e251d699293 Mon Sep 17 00:00:00 2001 From: Chris Amico Date: Tue, 31 Oct 2017 10:41:47 -0400 Subject: [PATCH] v1.0.8 --- tarbell/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarbell/__init__.py b/tarbell/__init__.py index 56d0e8c..3feee8a 100644 --- a/tarbell/__init__.py +++ b/tarbell/__init__.py @@ -1,2 +1,2 @@ -__VERSION__ = '1.0.7' +__VERSION__ = '1.0.8' LONG_VERSION = __VERSION__.replace('b', '-beta')