From 81e76c6c19b32ef495f98cbeaca2db2d5d139c24 Mon Sep 17 00:00:00 2001 From: Matthew Scragg Date: Thu, 18 Sep 2014 17:54:34 -0500 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef539a0..f028533 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open('README.md') as f: with open('requirements.txt') as f: required = f.read().splitlines() -VERSION = '0.1.3' +VERSION = '0.1.4' CLASSIFIERS = [ 'Intended Audience :: Developers',