From eaadfd2f4bc26e809c8245cba61d946aad16c9e2 Mon Sep 17 00:00:00 2001 From: Ryan McGreal Date: Sun, 3 Mar 2013 21:35:31 -0500 Subject: [PATCH] v 0.9.1 merged pull request from regisd to fix issue #5 https://github.com/quandyfactory/dict2xml/issues/5 --- dicttoxml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dicttoxml.py b/dicttoxml.py index 385a5d3..fc8b618 100755 --- a/dicttoxml.py +++ b/dicttoxml.py @@ -4,7 +4,7 @@ """ Converts a native Python dictionary into an XML string. Supports int, float, str, unicode, list, dict and arbitrary nesting. """ -__version__ = 0.9.1 +__version__ = '0.9.1' debug = False def debug_notify(*args):