From 80333b68e3a6c7bc16e233f522c83c0e884f104f Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Fri, 16 Sep 2016 21:03:04 -0600 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6faa0d3..b51d950 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='tpfd', - version='0.0.2', + version='0.0.4', description='Text Parsing Function Dispatcher', url='https://github.com/erinxocon/tpfd', author="Erin O'Connell",