summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2009-03-01 10:54:49 +0100
committerMike Hommey <glandium@debian.org>2009-03-01 10:54:49 +0100
commit0c8f97ec9edb09da2e0b19c4f9ddf8c725cebc59 (patch)
tree0377a21019ca1b10325934c4b4deaff6f8619396 /python
parent0c1d871e4c5e46a2945cccb2ce765f9be2fe01fb (diff)
downloadlibxml2-0c8f97ec9edb09da2e0b19c4f9ddf8c725cebc59.tar.gz
Import upstream version 2.7.2upstream/2.7.2.dfsg
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 75b3a40..50585c8 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -226,7 +226,7 @@ else:
setup (name = "libxml2-python",
# On *nix, the version number is created from setup.py.in
# On windows, it is set by configure.js
- version = "2.7.1",
+ version = "2.7.2",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",