From 43cacde324cf8f071d7aa877ffd96958e768ad83 Mon Sep 17 00:00:00 2001 From: sinhrks Date: Mon, 29 Feb 2016 01:17:56 +0900 Subject: [PATCH] REL: release v0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9861659..7395a88 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ README = 'README.rst' REQUIREMENTS = 'requirements.txt' -VERSION = '0.3.1.dev' +VERSION = '0.3.1' def read(fname): # file must be read as utf-8 in py3 to avoid to be bytes