bump to 0.6.1

This commit is contained in:
Daniel Greenfeld 2014-02-26 10:21:56 -08:00
parent b30f91e5b8
commit 2079a7be9b

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import division, absolute_import, unicode_literals
__version__ = '0.6.0rc1'
__version__ = '0.6.1'
__author__ = 'Daniel Greenfeld & Contributors'