From b462113b7dfd8127f89b45eeaa7d961d41e87a4a Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Tue, 1 Mar 2016 11:08:02 -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 3005abd..3bccd8c 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.2', + version='0.4.1', license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net',