diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-05-09 16:22:22 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-05-09 16:22:22 +0000 |
| commit | 89c2f412e0f3072add382dff14bade1b52294be8 (patch) | |
| tree | ea306fcbb0b1f1d8fdc41aa185ee5c6541da6ba9 /docutils/setup.py | |
| parent | eef52b55ae96af355804a3c0883bd8796c3d91f7 (diff) | |
| download | docutils-89c2f412e0f3072add382dff14bade1b52294be8.tar.gz | |
bumped version to 0.3.3
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2066 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/setup.py')
| -rwxr-xr-x | docutils/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/setup.py b/docutils/setup.py index 8b0394a56..7ba893a0b 100755 --- a/docutils/setup.py +++ b/docutils/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+', + 'version': '0.3.3', 'author': 'David Goodger', 'author_email': 'goodger@users.sourceforge.net', 'license': 'public domain, Python, BSD, GPL (see COPYING.txt)', |
