diff --git a/contrib/tldp.spec b/contrib/tldp.spec index a4c284e..e72606b 100644 --- a/contrib/tldp.spec +++ b/contrib/tldp.spec @@ -1,8 +1,8 @@ %define sourcename tldp %define name python-tldp -%define version 0.5.2 -%define unmangled_version 0.5.2 -%define unmangled_version 0.5.2 +%define version 0.5.3 +%define unmangled_version 0.5.3 +%define unmangled_version 0.5.3 %define release 1 Summary: tools for processing all TLDP source documents diff --git a/setup.py b/setup.py index 6d328d2..9530800 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.5.2', + version='0.5.3', license='MIT', author='Martin A. Brown', author_email='martin@linux-ip.net',