# HG changeset patch # User paulb # Date 1133373672 0 # Node ID fa1d599adf9b63c83e2083ac0aff2d40e8150c1b # Parent 77181879a3adfc2af6c34409bfdb02709545691f [project @ 2005-11-30 18:01:12 by paulb] Updated version number. diff -r 77181879a3ad -r fa1d599adf9b XSLForms/__init__.py --- a/XSLForms/__init__.py Wed Nov 30 18:01:04 2005 +0000 +++ b/XSLForms/__init__.py Wed Nov 30 18:01:12 2005 +0000 @@ -20,6 +20,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ -__version__ = "0.2" +__version__ = "0.3" # vim: tabstop=4 expandtab shiftwidth=4