From 1a234e9de18609deacc0ef49cb3a557c7b8a5a24 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Wed, 16 Aug 2017 16:04:04 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ff539c..87e0392 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from codecs import open from os import path -__version__ = '0.3.1' +__version__ = '0.4.0' here = path.abspath(path.dirname(__file__))