summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2015-11-20 17:55:11 +0800
committerDaniel Veillard <veillard@redhat.com>2015-11-20 17:55:11 +0800
commit6657afe83a38278f124ace71dc85f60420beb2d5 (patch)
treeed5dcbfefbfc39cb89059e2843e20c4cb5c6549e /python/setup.py
parent8fb4a770075628d6441fb17a1e435100e2f3b1a2 (diff)
downloadlibxml2-6657afe83a38278f124ace71dc85f60420beb2d5.tar.gz
Release of libxml2-2.9.3v2.9.3
* configure.ac: updated * doc/*: regenerated
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 e5043237..6f7c06c7 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.9.2",
+ version = "2.9.3",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",