projects
/
h5config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec3a4a0
)
Bump to version 0.3
v0.3
author
W. Trevor King
<wking@tremily.us>
Tue, 19 Mar 2013 16:01:53 +0000
(12:01 -0400)
committer
W. Trevor King
<wking@tremily.us>
Tue, 19 Mar 2013 16:02:28 +0000
(12:02 -0400)
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
h5config/__init__.py
patch
|
blob
|
history
diff --git
a/h5config/__init__.py
b/h5config/__init__.py
index e09b9d12482a399051258b678b20f1f03537f057..d75c8411e995e26d4c977b34fc9ca34f261039a8 100644
(file)
--- 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__)