update release to 0.5.0 for #317

This commit is contained in:
Daniel Greenfeld 2013-07-08 19:28:04 +02:00
parent da6ff9f3ce
commit c6e077250e

View file

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