From a4fde18dde6f17ec824ee7a57f731a46efb70cf3 Mon Sep 17 00:00:00 2001 From: Prodesire Date: Tue, 17 Apr 2018 21:20:45 +0800 Subject: [PATCH] start development for 0.6.1 --- pydu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydu/__init__.py b/pydu/__init__.py index 8a4fdff..bcb11ab 100644 --- a/pydu/__init__.py +++ b/pydu/__init__.py @@ -3,7 +3,7 @@ Useful data structures, utils for Python. """ from __future__ import absolute_import -__version__ = '0.6.0' +__version__ = '0.6.1' # Set logging handler to avoid "No handler found" warnings.