summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-06-17 20:47:10 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-06-17 20:47:10 +0000
commit81208e8a00e1d06a1e0cfbef88f5d9675db83ba7 (patch)
tree10ecef1075ffbb33f4c56fdc6aadd5c32868e39a /setup.py
parent5a4991e963d8942dcf4105564f9c31b0f4dc4355 (diff)
downloaddocutils-81208e8a00e1d06a1e0cfbef88f5d9675db83ba7.tar.gz
Release 0.9.1: set version number to 0.9.1
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7446 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8d7d0d625..36a597950 100755
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ into useful formats, such as HTML, XML, and LaTeX. For
input Docutils supports reStructuredText, an easy-to-read,
what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60
'url': 'http://docutils.sourceforge.net/',
- 'version': '0.10',
+ 'version': '0.9.1',
'author': 'David Goodger',
'author_email': 'goodger@python.org',
'license': 'public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)',