From 9db6f801a8e613a8396b46c3137634a68c304b34 Mon Sep 17 00:00:00 2001 From: Nick Schimek Date: Sun, 18 Aug 2019 21:19:43 -0700 Subject: [PATCH] Update version --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.py b/cli.py index db663f654..fc16b1f6e 100644 --- a/cli.py +++ b/cli.py @@ -10,7 +10,7 @@ ############################################## -VERSION = 'v0.3.1' +VERSION = 'v0.3.2' PRODUCTION = True ##############################################