From 068000f4144036dc1a7444d29b70bf0e678dac99 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Tue, 1 Mar 2016 19:56:41 -0800 Subject: [PATCH] bumping version to 0.4.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3bccd8c..20175d7 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as r_file: setup( name='tldp', - version='0.4.1', + version='0.4.2', license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net',