From 1238bc9b93f44a1d337776cb8073cef857ef3cfc Mon Sep 17 00:00:00 2001 From: Prodesire Date: Mon, 5 Feb 2018 21:47:30 +0800 Subject: [PATCH] start developing 0.5.0 --- pydu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.