bumping version to 0.6.3

This commit is contained in:
Martin A. Brown 2016-03-25 15:23:28 -07:00
parent 8e2b480a7b
commit 199db5d91d
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -11,14 +11,14 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as r_file:
setup(
name='tldp',
version='0.6.2',
version='0.6.3',
license='MIT',
author='Martin A. Brown',
author_email='martin@linux-ip.net',
url="http://en.tldp.org/",
description='tools for processing all TLDP source documents',
long_description=readme,
packages=['tldp'],
packages=['tldp', 'tldp/doctypes'],
test_suite='nose.collector',
install_requires=['networkx', 'nose'],
include_package_data = True,