Update version to 0.6.1

This commit is contained in:
Valentin Samir 2016-07-27 16:01:23 +02:00
parent f5dcbfe8a1
commit 8b27b8c5e0

View file

@ -2,7 +2,7 @@ import os
import pkg_resources import pkg_resources
from setuptools import setup from setuptools import setup
VERSION = '0.6.0' VERSION = '0.6.1'
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read() README = readme.read()