Fix invalid version number

This commit is contained in:
Benjamin Dauvergne 2014-10-14 01:25:21 +02:00
parent 9d96b45e46
commit 9d0e8e7a50
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ else:
setup(
name='diff-match-patch',
version='20121119',
version='20121119.0',
description = "The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.",
long_description = read('README.rst') + "\n\n" + read("CHANGES.rst"),
packages = ['diff_match_patch'],