From f6c7bec291376296e2cc3f418d2f9d29defa8243 Mon Sep 17 00:00:00 2001 From: Alex Forbes Date: Tue, 22 Nov 2016 20:23:43 +0000 Subject: [PATCH] Bump version to 0.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 843788b..d9a9a1c 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ __location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__))) -VERSION = '0.3.0' +VERSION = '0.3.1' version_file = open(os.path.join(__location__, 'orlo', '_version.py'), 'w') version_file.write("__version__ = '{}'".format(VERSION))