From: W. Trevor King Date: Tue, 19 Mar 2013 16:01:53 +0000 (-0400) Subject: Bump to version 0.3 X-Git-Tag: v0.3^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a6f0a0ab1f44306eaddb9034c62bffe840dfc9b5;p=h5config.git Bump to version 0.3 Changes since v0.2: * storage:hdf5: convert int/float lists to builtin Python types on load. * storage:hdf5: Add support for dtype(object) and 0d string arrays --- diff --git a/h5config/__init__.py b/h5config/__init__.py index e09b9d1..d75c841 100644 --- a/h5config/__init__.py +++ b/h5config/__init__.py @@ -17,7 +17,7 @@ from .log import get_basic_logger as _get_basic_logger -__version__ = '0.2' +__version__ = '0.3' LOG = _get_basic_logger(__name__)