From a4f6013c408634c209d7ef71474113f89d1b9e78 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Sat, 24 May 2014 18:55:39 +0200 Subject: [PATCH] Release 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 334a7d657..4509ca885 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(filename): setuptools.setup( name="python-chess", - version="0.0.5", + version="0.1.0", author="Niklas Fiekas", author_email="niklas.fiekas@tu-clausthal.de", description="A chess library.",