From 71ffe4371e42c880365ff53afc21e23e6895ccac Mon Sep 17 00:00:00 2001 From: Jackson Toomey Date: Thu, 12 Dec 2019 12:09:51 -0500 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2410cc5..7d859da 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ LONG_DESCRIPTION = f.read() # The full version, including alpha/beta/rc tags -RELEASE = '3.0.5' +RELEASE = '3.0.6' # The short X.Y version VERSION = '.'.join(RELEASE.split('.')[:2])