From a4d5c5a4c6b466a32327207ed0f88722c980fe47 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Sat, 26 Mar 2016 09:57:47 -0700 Subject: [PATCH] bumping version to 0.6.4 --- contrib/tldp.spec | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/tldp.spec b/contrib/tldp.spec index b849e7b..1b5a95d 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec @@ -1,8 +1,8 @@ %define sourcename tldp %define name python-tldp -%define version 0.6.3 -%define unmangled_version 0.6.3 -%define unmangled_version 0.6.3 +%define version 0.6.4 +%define unmangled_version 0.6.4 +%define unmangled_version 0.6.4 %define release 1 Summary: tools for processing all TLDP source documents diff --git a/setup.py b/setup.py index e81a0c0..78b1b80 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as r_file: setup( name='tldp', - version='0.6.3', + version='0.6.4', license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net',