[setup] new version number, to avoid confusion. This will be the next minor update, including changes to README and bugfixes

This commit is contained in:
Max Zwiessele 2014-11-28 08:54:06 +00:00
parent 1c65e23c18
commit 3b729edc3b

View file

@ -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()