From 13f5ec7bd807f8192129e636f24444ee5100cd98 Mon Sep 17 00:00:00 2001 From: Prodesire Date: Tue, 9 Jan 2018 21:01:37 +0800 Subject: [PATCH] change version to 0.4.0 --- pydu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydu/__init__.py b/pydu/__init__.py index 22b40f2..6ae1396 100644 --- a/pydu/__init__.py +++ b/pydu/__init__.py @@ -2,7 +2,7 @@ Useful data structures, utils for Python. """ -__version__ = '0.3.1' +__version__ = '0.4.0' # Set logging handler to avoid "No handler found" warnings.