From 3b729edc3bdd2cd19dbcfa5ba3151c75063bdae6 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Fri, 28 Nov 2014 08:54:06 +0000 Subject: [PATCH] [setup] new version number, to avoid confusion. This will be the next minor update, including changes to README and bugfixes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4963bcc..0562c9d8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os from setuptools import setup # Version number -version = '0.6.0' +version = '0.6.1' def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read()