start development for 0.6.1

This commit is contained in:
Prodesire 2018-04-17 21:20:45 +08:00
parent 30111621f0
commit a4fde18dde
1 changed files with 1 additions and 1 deletions

View File

@ -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.