diff --git a/pydu/__init__.py b/pydu/__init__.py index 40909ca..42e62e7 100644 --- a/pydu/__init__.py +++ b/pydu/__init__.py @@ -2,7 +2,7 @@ Useful data structures, utils for Python. """ -__version__ = '0.4.2' +__version__ = '0.5.0' # Set logging handler to avoid "No handler found" warnings.