summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-12-23 23:04:11 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-12-23 23:04:11 +0000
commit16285d9ba32a086ce2f12c1af08b844cba7339ca (patch)
tree9ae974e48ebb2f10d6a47abf02844bebcc794fef /setup.py
parent7b2e20cb23718a2193843c8969a6591c3f1d0d65 (diff)
downloaddocutils-16285d9ba32a086ce2f12c1af08b844cba7339ca.tar.gz
Release 0.4.0: set version number to 0.4.0
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2894 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 66c90c3d7..2f87954ec 100755
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,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.3.6',
+ 'version': '0.4.0',
'author': 'David Goodger',
'author_email': 'goodger@users.sourceforge.net',
'license': 'public domain, Python, BSD, GPL (see COPYING.txt)',