From 748a341a654ce60470129b7ca9ee3cebb0553062 Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Fri, 15 Jan 2016 20:37:44 +0100 Subject: [PATCH] update version in 'setup.py' file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9f2201..2678470 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from codecs import open DIR = dirname(abspath(__file__)) -VERSION = '0.3.2' +VERSION = '0.4.0' with open(join(DIR, 'README.rst'), encoding='utf-8') as f: long_description = f.read()