From 14a11fc1e43bba7a00166926365ef15d281f4d75 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Tue, 18 Jan 2011 21:59:21 +0100 Subject: [PATCH] Increase version to 2.0.99.git --- xmlmerge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlmerge.py b/xmlmerge.py index 7a9368a..61b5f43 100755 --- a/xmlmerge.py +++ b/xmlmerge.py @@ -40,7 +40,7 @@ command line, but can equally well be used from within another Python program or module. """ -__version_info__ = (2, 0, 1, "git") +__version_info__ = (2, 0, 99, "git") __version__ = ".".join(str(n) for n in __version_info__[:2]) ## IMPORTS AND CONSTANTS -- 2.11.4.GIT