start development for 0.6.0

This commit is contained in:
Prodesire 2018-04-06 22:10:50 +08:00
parent 5d7983f5b4
commit e918b6e0e2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
v0.6.0
-------------------
v0.5.2 (2018-04-04) v0.5.2 (2018-04-04)
------------------- -------------------

View File

@ -3,7 +3,7 @@ Useful data structures, utils for Python.
""" """
from __future__ import absolute_import from __future__ import absolute_import
__version__ = '0.5.2' __version__ = '0.6.0'
# Set logging handler to avoid "No handler found" warnings. # Set logging handler to avoid "No handler found" warnings.