bumping version to 0.5.1

This commit is contained in:
Martin A. Brown 2016-03-10 10:43:31 -08:00
parent 190483d2f6
commit bf543b3ad8
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
%define sourcename tldp
%define name python-tldp
%define version 0.5.0
%define unmangled_version 0.5.0
%define unmangled_version 0.5.0
%define version 0.5.1
%define unmangled_version 0.5.1
%define unmangled_version 0.5.1
%define release 1
Summary: tools for processing all TLDP source documents

View File

@ -11,7 +11,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as r_file:
setup(
name='tldp',
version='0.5.0',
version='0.5.1',
license='MIT',
author='Martin A. Brown',
author_email='martin@linux-ip.net',