From 89c2f412e0f3072add382dff14bade1b52294be8 Mon Sep 17 00:00:00 2001 From: wiemann Date: Sun, 9 May 2004 16:22:22 +0000 Subject: bumped version to 0.3.3 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2066 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docutils/setup.py') 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)', -- cgit v1.2.1