diff --git a/pydu/__init__.py b/pydu/__init__.py index 6ae1396..35339e1 100644 --- a/pydu/__init__.py +++ b/pydu/__init__.py @@ -2,7 +2,7 @@ Useful data structures, utils for Python. """ -__version__ = '0.4.0' +__version__ = '0.4.1' # Set logging handler to avoid "No handler found" warnings.