From d6a054ed7ab3071871792b12db493821c6d97faf Mon Sep 17 00:00:00 2001 From: Prodesire Date: Mon, 22 Jan 2018 21:05:03 +0800 Subject: [PATCH] start developing 0.4.2 --- pydu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydu/__init__.py b/pydu/__init__.py index 35339e1..40909ca 100644 --- a/pydu/__init__.py +++ b/pydu/__init__.py @@ -2,7 +2,7 @@ Useful data structures, utils for Python. """ -__version__ = '0.4.1' +__version__ = '0.4.2' # Set logging handler to avoid "No handler found" warnings.