From 786a9b468190bf625cc9cb896d90f32910c0d649 Mon Sep 17 00:00:00 2001 From: Martin Kersner Date: Sat, 13 Oct 2018 11:24:00 +0900 Subject: [PATCH] 0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a480e16..68cf5c6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = f.read() setup(name="seoulai-gym", - version="0.1.1", + version="0.1.2", description="The Seoul AI Gym: Seoul AI Gym is a toolkit for developing AI algorithms.", long_description=long_description, long_description_content_type="text/markdown",