bump to 0.6.0rc1

This commit is contained in:
Daniel Greenfeld 2013-09-12 16:44:33 +02:00
parent cfce0f4afb
commit a7feb05ca4

View file

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