From 0293e1bc4053a7f32843f2c405737bb5a3602b24 Mon Sep 17 00:00:00 2001 From: Nadavbh Date: Tue, 14 Feb 2017 10:52:05 +0200 Subject: [PATCH] updated version for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 031d0eb..2041f7e 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def run(self): _build.build.run(self) setup(name = 'rle_python_interface', - version='1.0.8', + version='1.0.9', description = 'Retro Learning Environment Python Interface based on Ben Goodrich\'s work', url='https://github.com/nadavbh12/Retro-Learning-Environment', download_url='https://github.com/nadavbh12/Retro-Learning-Environment/tarball/1.0.5',