summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-05-09 17:19:52 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-05-09 17:19:52 +0000
commite238e6994fad68de6a591ccbb947d57f61dc4c95 (patch)
tree919f72dd7aae98868ffd4dca15b71632e3bb86a3 /setup.py
parent8d99e339fe3c08282cab199e9d6b032fd2577ffa (diff)
downloaddocutils-e238e6994fad68de6a591ccbb947d57f61dc4c95.tar.gz
set version to 0.3.3+
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2071 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 7ba893a0b..32fb56242 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ into useful formats, such as HTML, XML, and TeX. 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.3.3',
+ 'version': '0.3.3+',
'author': 'David Goodger',
'author_email': 'goodger@users.sourceforge.net',
'license': 'public domain, Python, BSD, GPL (see COPYING.txt)',