version bump

This commit is contained in:
Matthew Scragg 2014-09-18 17:54:34 -05:00
parent 58f9109bd2
commit 81e76c6c19

View file

@ -8,7 +8,7 @@ with open('README.md') as f:
with open('requirements.txt') as f: with open('requirements.txt') as f:
required = f.read().splitlines() required = f.read().splitlines()
VERSION = '0.1.3' VERSION = '0.1.4'
CLASSIFIERS = [ CLASSIFIERS = [
'Intended Audience :: Developers', 'Intended Audience :: Developers',