From 9d0e8e7a500ee1e47c9fa189aea28b9d63f283be Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 14 Oct 2014 01:25:21 +0200 Subject: [PATCH] Fix invalid version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a91b0a..f143889 100755 --- a/setup.py +++ b/setup.py @@ -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'],