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
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import os
import pkg_resources
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:
README = readme.read()