From 89798c0dae9fa0230e636ea42ad717c393666211 Mon Sep 17 00:00:00 2001 From: Prodesire Date: Sat, 20 Jan 2018 14:27:26 +0800 Subject: [PATCH] change version to 0.4.1 --- pydu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.