From cd551329d8486cbbfed72af5ffdd6a0d9f8113ad Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Tue, 1 Mar 2016 22:24:27 -0800 Subject: [PATCH] bumping version to 0.4.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20175d7..fe8fd4f 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.2', + version='0.4.4', license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net',