# HG changeset patch # User Charlie Clark <charlie.clark@clark-consulting.eu> # Date 1427723135 -7200 # Mon Mar 30 15:45:35 2015 +0200 # Node ID ded280c27895815a8d167dd177179179669825e3 # Parent f11d0d41d669d76d5c3118718cbb5572ab7163b3 Bump version for test dist. diff --git a/et_xmlfile/__init__.py b/et_xmlfile/__init__.py --- a/et_xmlfile/__init__.py +++ b/et_xmlfile/__init__.py @@ -3,7 +3,7 @@ from .xmlfile import xmlfile # constants -__version__ = '1.0.0' +__version__ = '1.0.1' __author__ = 'See ATUHORS.txt' __license__ = 'MIT'