summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2007-08-26 10:54:57 +0200
committerMike Hommey <glandium@debian.org>2007-08-26 10:54:57 +0200
commit2b6861bb726172b0a9946e7d31ff4ca163bae6df (patch)
tree3e66058a45f841a1155d57ee239f663535eb6bfe /python/setup.py
parent36cccb83804d8cbd041066d7610c137329e16878 (diff)
parentc69572cb9f2467259a73de64c08e141f21f17fa8 (diff)
downloadlibxml2-debian/2.6.30.dfsg-1.tar.gz
New upstream releasedebian/2.6.30.dfsg-1
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 191c03d..ec714e8 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.6.29",
+ version = "2.6.30",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",