From 8b27b8c5e07655a2772dce5f558b0a348f3b06df Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Wed, 27 Jul 2016 16:01:23 +0200 Subject: [PATCH] Update version to 0.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce47dc0..b27f5b4 100644 --- a/setup.py +++ b/setup.py @@ -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()