From 6414162a50a0e103f05ca7b104a2b483667bd994 Mon Sep 17 00:00:00 2001 From: Drekin Date: Sat, 21 Feb 2015 10:11:32 +0100 Subject: [PATCH] Version 0.3.1 Changed version in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72b5c21..b5ebabc 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(*relative_path_parts): with open(path.join(HERE, *relative_path_parts), encoding=ENCODING) as f: return f.read() -VERSION = "0.3" +VERSION = "0.3.1" README = "README.rst" URL = "https://github.com/Drekin/win-unicode-console"